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.
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
- When does React re-render components? | Felix Gerschaufelixgerschau.com
- 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
- The Conductor Rewrite: What They Changed to Make It Fastperformance.dev
- Tao of React - Software Design, Architecture & Best Practices | Alex Kondovalexkondov.com
- Render and Commit – Reactreact.dev
- How to Steal Any React Componentfant.io