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.
Thu, 21st Mar 2024
Exploring GSAP for Next.js projects: Ideal for complex, dynamic animations requiring cross-browser reliability and performance. Assess needs vs. performance impact.
Mon, 18th Mar 2024
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
Wed, 13th Mar 2024
Exploring the shift from Gatsby to Next 14, I assess reasons, benefits, and drawbacks, questioning if Gatsby's SSG approach is becoming outdated.
Tue, 27th Feb 2024
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.
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.