August 3rd, 2022
Build a Custom React Hook: Stopwatch
Hooks are a powerful way to abstract logic out of a component to make it reusable and to simplify the component. Today we've got an exercise that will help you practice writing your own hooks by creating a stop watch with the ability to track laps.
Read this article →