Smooth Operator: Concurrent Mode in React

Warning: At the time of writing this, Concurrent Mode is not yet stable and should not be used in production. Read more

Similar

React Internals, Part One: Basic Rendering

In this five part series, we will “recreate” React from the ground up, learning how it works along the way. Once we’ve finished, you should have a good grasp of how React works, and when and why it calls the various lifecycle methods of a component. (more…)

Read more »