Harry Yates
I'm a web developer focused on TypeScript, React, and Three.js.
Fri, 22nd Mar 2024
In TypeScript, generic constraints are like bouncers at a club, allowing only certain types to enter.
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, 28th Feb 2024
A callback is essentially a function that you pass into another function as an argument, which is then invoked inside the outer function to complete some kind of routine or action.