Front-end Machine Coding Series #5: Building a Lightweight React Timer
React gives you powerful tools like useState and useEffect to manage state and lifecycles. But sometimes you want to perform side effects or store values without triggering re-renders. That’s where useRef becomes incredibly handy.
In this article, we...
nitin-saini.hashnode.dev2 min read