A DIY guide to build your own React

Didact
A DIY guide to build your own React
This repository goes together with a series of posts that explains how to build React from scratch step by step. You can jump straight to the last post which is self-contained and includes everything.
| Blog Post | Code sample | Commits | Other languages | | ----------------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | | Introduction | | | | | Rendering DOM elements | codepen | diff | δΈζ | | Element creation and JSX | codepen | diff | δΈζ | | Virtual DOM and reconciliation | codepen | diff diff diff | δΈζ | | Components and State | codepen | diff | δΈζ | | Fiber: Incremental reconciliation (self-contained post) | codepen | diff diff | δΈζ | | The one with Hooks (self-contained post) | codesandbox | | δΈζ |
Follow @pomber on twitter for updates.
License
The MIT License (MIT)