TodoList Component

In this lesson, we create a component to list ToDo items.

We'll cover the following...

TodoList #

Based on the useTodoList hook, we create the TodoList component.

// ./components/TodoList.js

import React
...