Initial State and Reducer

In this lesson, we will define the initialState and reducer for a simple Todo app with useReducer.

We'll cover the following...

Initial state #

We are developing a ...