Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 444 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 444 Bytes

Wreact - A Worse React

Why?

I wanted to learn a bit about react internals and what better way then trying to implement it yourself (badly).

Scope

  • JSX
  • useState
  • useEffect
  • useRef
  • useMemo
  • useCallback
  • useContext

Nice to haves

  • React Query Implementation
  • Tailwind
  • Routing
  • requestIdleCallback for rendering
  • Dom Reconciliation (instead of full dom replacement)