Harry Yates
I'm a web developer focused on TypeScript, React, and Three.js.
useCallback in React helps prevent unnecessary re-renders by memorising functions.
Optimises performance by memoising values, recalculating only when dependencies change.
Exploring GSAP for Next.js projects: Ideal for complex, dynamic animations requiring cross-browser reliability and performance. Assess needs vs. performance impact.
How to use Fetch's POST method in React for submitting form data. Simplify sending user inputs from the frontend to your server with ease
Exploring the shift from Gatsby to Next 14, I assess reasons, benefits, and drawbacks, questioning if Gatsby's SSG approach is becoming outdated.
Having spent most of this morning looking for a Hydration bug and eventually finding it, it seemed like a good idea to post some learnings.
useRef in React acts like a bookmark for elements or a pocket for mutable values. It persists through re-renders without triggering updates.