useDeleteTodo Hook
In this lesson, we create a hook to delete a ToDo item.
We'll cover the following...
useDeleteTodo #
Similar to the previous lesson, we create a hook that returns a callback that allows us to delete an item. ...