Hi Everyone!
In this video, we are going to code a simple Stopwatch app to showcase the differences between managing states that result in re-renders and persist data without causing re-renders.
*-*-*-*-* Example App
Simple Stopwatch app to showcase when to re-render the UI based of changes in the state of the app.
*-*-*-*-* Source Code
https://github.com/ArnaCode/useRef-vs...