You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this project, I explored more React hooks and learned how to use useRef to access DOM elements, as well as how to use the useEffect cleanup function.
useRef(): Access DOM elements directly to focus on the input field.
useEffect(): Use cleanup function to render the countdown properly
About
In this project, I explored more React hooks and learned how to use useRef to access DOM elements, as well as how to use the useEffect cleanup function.