React from Scratch: 5 Steps, 0 Frameworks
Have you ever wondered how React frameworks function under the hood? In this video, we strip away all of the unnecessary abstraction and compile components directly with esbuild.
Blog/code/slides: https://github.com/pagekey/education/tree/main/183-React-from-Scratch
Timestamps:
- 0:00 Intro
- 0:22 PageKey: Take Back Tech
- 1:45 Overview
- 2:15 1. Initial Setup
- 2:39 2. Simple React Components
- 3:37 3. Compile with Esbuild
- 5:48 4. Create Index File
- 7:03 5. Create npm scripts
- 8:44 That's it!
- 8:56 Next Steps / Future Videos
- 9:23 Outro