Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 212 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 212 Bytes

mini-react

Build your own React

Feature

  • jsx / createElement : render function -> ReactElement
  • reconcile : ReactElement -> fiber
  • render and commit
  • function component
  • hooks