Random thoughts _
- Jan 16, 2025
TypeScript Benefits in JavaScript Projects.
A quickie highlighting the advantages of type safety.
- Dec 1, 2024
Displaying Time on a Webpage.
A simple JavaScript snippet to show the current time on a webpage.
- Sep 21, 2024
Enhancing User Experience with useTransition
Improve user experience by prioritizing urgent updates with useTransition
- Aug 16, 2024
Optimizing Performance with useCallback
How useCallback helps prevent unnecessary re-renders in React components.