Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.41 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.41 KB





A concise version of React just good enough for building uncomplicated UI
deadly suitable for SDK which cares about the size





Features

  • Basic JSX and Renderer with VirtualDOM(diff & patch)
  • Functional Component
  • Hooks like useState / useEffect

Todo

  • useCallback / useMemo ...

Demos



References