- Hooks
- React
useSyncExternalStoreHook
useSyncExternalStore Hook — React's connection to external stores
13 articles about Hooks, newest first.
useSyncExternalStore Hook — React's connection to external stores
useDeferredValue Hook — deferring values for UI optimization
useTransition Hook — UI refresh without slowing down the UI
useId Hook — creating unique IDs for SSR and Accessibility
useInsertionEffect Hook — Optimization of CSS-in-JS libraries
useLayoutEffect Hook — Synchronous update of DOM before rendering
useImperativeHandle Hook — control components via ref
useRef Hook — Working with the DOM and saving values without rerendering
useReducer Hook — complex state management in React
useContext Hook — Managing global state in React
useEffect Hook — Handling side effects in React
useState Hook — React state basics
this and bind/apply/call methods in object context in JavaScript