useAddTodo Hook
In this lesson, we create a hook to add a new ToDo item.
We'll cover the following...
useAddTodo #
We create a hook that returns a callback function which allows us to add a new ToDo item.
//
...In this lesson, we create a hook to add a new ToDo item.
We create a hook that returns a callback function which allows us to add a new ToDo item.
//
...