Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 558 Bytes

readme.md

File metadata and controls

18 lines (16 loc) · 558 Bytes

Custom React

Custom library that takes the concepts of React. Many thanks to Rodrigo for this this article : https://pomb.us/build-your-own-react/

All commits:

  • Initial project with React
  • Transformation from babel to javascript
  • Creation of ReactElement in our library
  • Adding the render
  • Adding fibers
  • Render optimization
  • Adding reconciliation
  • Adding event reconciliation
  • Adding a component
  • Adding the state in the component
  • Back to react

For checkout a specific commit see the sha1 in the page of commits and enter git checkout sha1