Why React is not Functional

The React team at Facebook has been using terminology from functional programming, such as ‘functional components’ and ‘higher order… 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 »