Random thoughts _
- 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.
- Jul 26, 2024
Mastering Side Effects with useEffect
Managing side effects in your React components.