A concise version of React just good enough for building uncomplicated UI
deadly suitable for SDK which cares about the size
npm i @waynecz/react
- Basic JSX and Renderer with VirtualDOM(diff & patch)
- Functional Component
- Hooks like
useState
/useEffect
-
useCallback
/useMemo
...