Skip to content

Commit 49cf5d7

Browse files
Update README.md
1 parent 236a844 commit 49cf5d7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
# Under the hood: React
22
<em> This repository contains an explanation of inner work of React. In fact, I was debugging through the entire code base and put all the logic on visual block-schemes, analyzed them, summarized and explained main concepts and approaches. I've already finished with Stack version and now I work with the next, Fiber version. </em>
33

4-
> If you like this project, follow me on Twitter [@bliashenko](https://twitter.com/bliashenko) to hear about things I am building.
54

6-
### I wanted to automate process of "learning and documenting" as much as possible, so I started [codecrumbs project](https://github.com/Bogdan-Lyashenko/codecrumbs). It will help to build projects like "Under the hood ReactJs" in shorter time.
5+
### I wanted to automate process of "learning and documenting" a complex codebase as much as possible, so I started [Codecrumbs project](https://codecrumbs.io/). It will help to build projects like "Under the hood ReactJs" in a shorter time and in a simpler way!
76

8-
>> Read in the best format from [github-pages website](https://bogdan-lyashenko.github.io/Under-the-hood-ReactJS/).
97

10-
> Feel free to open an issue regarding any ideas you have to make it better.
118

129
Each scheme is clickable and can be opened in a new tab, use that to zoom it and be able to read from it. Keep the article and a scheme you are reading about at that moment in separate windows (tabs), that will help to match text and code flow easier.
1310

@@ -19,6 +16,8 @@ We are gonna talk here about both React versions, current one with Stack reconci
1916

2017
The entire scheme is divided into 15 parts, let's get started.
2118

19+
> Read in the best format from [github-pages website](https://bogdan-lyashenko.github.io/Under-the-hood-ReactJS/).
20+
2221
* [Intro](./stack/book/Intro.md)
2322
* [Part 0](./stack/book/Part-0.md)
2423
* [Part 1](./stack/book/Part-1.md)

0 commit comments

Comments
 (0)