[68] How I Built My Own React
Have you ever wondered how React works internally? Or what happens when React “renders”? I did and embarked on a journey to build my own version of React and dive deep into the source code of React itself to...
Have you ever wondered how React works internally? Or what happens when React “renders”? I did and embarked on a journey to build my own version of React and dive deep into the source code of React itself to better understand exactly what happens “under the covers”. This is my story of that journey.
Links
- Patreon
- My Book - Foundations of High Performance React
- thereactshow.com
- Rodrigo Pombo’s “Build Your Own React”
- React Reconciler Docs