Topic · 52 articles
React
Components, hooks, and rendering that stays fast.
React is where most of the interfaces I build start. This hub goes deep on hooks — what each one is actually for and how they misfire — then into component patterns, rendering performance, accessibility, and the architecture that keeps a large frontend coherent.
It is anchored by the React & Next.js Complete Guide series and sits alongside the Next.js and TypeScript hubs.
Frequently asked questions
How deep does the React hooks coverage go?
Deep — dedicated articles on useState and useReducer, useEffect without the footguns, useMemo and useCallback, useRef and the DOM, custom hooks worth writing, and the re-render behavior that ties them together.