- Convert the
<Login />
and<Auth />
components from classes to functional components - Implement the
useContext()
hook to tap into the Login Context - Use the
useState()
hook in the<Login />
component to manage form state as the user types.
Note that this component is protected by the <Auth />
system, so make sure that this functionality remains intact.
-
Convert from class to a function component
-
Use the
useReducer()
hook to manage the To Do List items list -
Use the
useState()
hook to manage the form -
I need so much help on this section