Harry Yates
I'm a web developer focused on TypeScript, React, and Three.js.
Fri, 12th Apr 2024
useCallback in React helps prevent unnecessary re-renders by memorising functions.
Thu, 11th Apr 2024
Optimises performance by memoising values, recalculating only when dependencies change.
Mon, 26th Feb 2024
useRef in React acts like a bookmark for elements or a pocket for mutable values. It persists through re-renders without triggering updates.