Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.31 KB

File metadata and controls

28 lines (21 loc) · 1.31 KB

Build Your Own React

Following Rodrigo Pombo’s Build Your Own React tutorial to learn the core implementation principles behind React.

Todo

  • Step I: The createElement Function
  • Step II: The render Function
  • Step III: Concurrent Mode
  • Step IV: Fibers
  • Step V: Render and Commit Phases
  • Step VI: Reconciliation
  • Step VII: Function Components
  • Step VIII: Hooks

Next, I’ll implement some new features based on the current progress.

Further Reading

Here are some resources I consider valuable for learning React and understanding its internal mechanics: