NewTodo Component

In this lesson, we create a component to add a new ToDo item.

We'll cover the following...

NewTodo #

Based on the useAddTodo hook, we create a NewTodo component.

 ...