-
Notifications
You must be signed in to change notification settings - Fork 9
BYO: React
Oleksiy Rudenko edited this page Mar 18, 2021
·
1 revision
Build your own React (step-by-step guide, codebase) covers
- rendering
- JSX
- vDOM and reconciliation
- Components and State
- Fiber
- Hooks
View template parsing
- babel JSX plugin
- react-jsx-parser
- DOM Parser @ npm
- JSX Quasi-literal implementation based on DOM Parser