react hooks
to reuse stateful logic between components
complex components become hard to understand
classes confuse both people and machines
Basic Hooks
useState
useEffect
useContext
Additional Hooks
useReducer
useCallback
useMemo
useRef
useImperativeHandle
useLayoutEffect
useDebugValue
thank you
Made with Slides.com