This project is a learning experiment that closely follows the foundational structure of real React code, stripped of optimizations and non-essential features.
- The
createElement
Function - The
render
Function - Concurrent Mode
- Fibers
- Render and Commit Phases
- Reconciliation
- Function Components
- Hooks