This is my own React implementation base on the series Didact: a DIY guide to build your own React
- Stateful Components
- Stateless Components
-
renderToString
- Context
- Incremental reconciliation (a.k.a. Fiber)
-
renderToStream
-
hydrate
- Server Side Rendering (SSR)
- Lifecycle methods
- Hooks
- Router
- Redux
- Tests