Combining the Puzzle Pieces

Let's now look at a working to-do list application that uses the concepts learned in the previous lessons.

To-do list app example

We now know how to use the connect() method and why we need a Provider. Let’s look at a more detailed and complete example that outlines a totally functional to-do list app. It allows us to add new to-do items, mark them as complete or not, and allows us to remove them if we want:

Get hands-on with 1200+ tech skills courses.