flâneur — a map of the web's best reading

Build your own React

pomb.us · 6,150 words · saved by 1 readers

We are going to rewrite React from scratch. Step by step. Following the architecture from the real React code but without all the…

Build your own React Rodrigo Pombo November 13, 2019 Build your own React We are going to rewrite React from scratch. Step by step. Following the architecture from the real React code but without all the optimizations and non-essential features. If you’ve read any of my previous “build your own React” posts , the difference is that this post is based on React 16.8, so we can now use hooks and drop all the code related to classes. You can find the history with the old blog posts and the code on the Didact repo . There’s also a talk covering the same content . But this is a self-contained post.

Explore this link on the map →

related reading