Stateful Hook ↔ (typeof) Hook to add state to FC
useState()
Stateful Hook to persist single state value in FC
useReducer()
Stateful Hook with logic to update new state from current state & payload via Redux Pattern
useRef()
Stateful Hook to persist Passive State Variable across renders in FC, as ref handle Escape Hatch to DOM API elements
useContext()
Stateful Hook to subscribe to Context persist state in app-wide store in Parent Component
userDeferredvalue()
useTransition()
References
useState()↔ Stateful Hook to persist single state value in FCuseReducer()↔ Stateful Hook with logic to update new state from current state & payload via Redux PatternuseRef()↔ Stateful Hook to persist Passive State Variable across renders in FC, asrefhandle Escape Hatch to DOM API elementsuseContext()↔ Stateful Hook to subscribe toContextpersist state in app-wide store in Parent Component