English | 中文
A mini React-like.
A declarative JavaScript library for building user interfaces.
"There is an internal joke in the team that React should have been called “Schedule” because React does not want to be fully 'reactive'."
To learn React.
- ✅ React tree (Virtual DOM)
- ✅ Fiber
- ✅ React API
- ✅ TypeScript(Not Flow)
- ✅ Event system
- ❌ SSR
- ❌ JSX
- ❌ Legacy React Context
- Only the 88+ version of chrome is guaranteed to run normally.
- Assumes that user can use it correctly and not cause errors.
- There is only one Sch tree in an application.
- LegacyRoot, BlockingRoot, concurrentRoot only support LegacyRoot.
- Hook