TodoList Component
In this lesson, we create a component to list ToDo items.
TodoList #
Based on the useTodoList
hook, we create the TodoList component.
// ./components/TodoList.js
import React
...In this lesson, we create a component to list ToDo items.
Based on the useTodoList
hook, we create the TodoList component.
// ./components/TodoList.js
import React
...