This is a project I built for learning more about react. I started making this after reading this blog on how to create your own react, but made many changes of my own like writing in typescript and supporting more features.
This version currently supports
- concurrent mode
- only rendering parts of tree which were changed
- hooks
- useEffect
- useState
- controlled input components
there is an examples folder where i used this for making simple apps. here is a live link
this is a learning project for me and I plan to add new things as I learn more about react internals.
PR's or any discussions welcome