✳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
- Implementing React from scratchrob.directory
- Blogged Answers: A (Mostly) Complete Guide to React Rendering Behavior · Mark's Dev Blogblog.isquaredsoftware.com
- You Might Not Need an Effect – Reactreact.dev
- Why React Re-Renders • Josh W. Comeaujoshwcomeau.com
- The Interactive Guide to Rendering in Reactui.dev
- Tutorial: Tic-Tac-Toe – Reactreactjs.org
- React graph viscrubier.github.io
- When does React re-render components? | Felix Gerschaufelixgerschau.com
- The Conductor Rewrite: What They Changed to Make It Fastperformance.dev
- Render and Commit – Reactreact.dev
- How to Steal Any React Componentfant.io
- React 18-Alpha Is Out! This Is What You Need to Knowblog.openreplay.com