cooleso / Under-the-hood-ReactJS

Entire ReactJS code base explanation by visual block schemes (Stack+Fiber versions)

Home Page:https://bogdan-lyashenko.github.io/Under-the-hood-ReactJS/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Under the hood: ReactJS

This repository contains an explanation of inner work of ReactJS. 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.

Read in the best format from github-pages website.

Feel free to open an issue regarding any ideas you have to make it better.

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.

We are gonna talk here about both ReactJS versions, current one with Stack reconciler and the next one with Fiber (as you probably know, the next version of ReactJS will be released soon), so, you can understand better how current React works and appreciate huge achievements on React-Fiber. We use React v15.4.2 for explaining how ‘legacy React’ works and React v16..** for ‘Fiber’. Let’s start from old (I have fun to say that) stack version.

Stack reconciler

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

Fiber

  1. Intro [TODO]

About

Entire ReactJS code base explanation by visual block schemes (Stack+Fiber versions)

https://bogdan-lyashenko.github.io/Under-the-hood-ReactJS/

License:MIT License


Languages

Language:JavaScript 72.4%Language:HTML 20.7%Language:CSS 6.9%