Mocking with Jest can have a weird learning curve. Let's see how to mock those hooks.
Create a toggle button to show and hide data using the useState hook.
Gracefully managing forms and input values in React State (Part II)