In the previous part of How to build simple React app, we had set up a basic boilerplate for our ToDo application. In this part, we will:
* start building our application logic,
* introduce actions and reducers,
* finish our todo page
Let's start coding!
Writing new components for handling todos
At