Chapter 7: Adding Spice with React

What's a React developer's favorite place to hang out?
The State Park.
- From "1000 programming dad-jokes"

In this chapter we will create a simple (website) client using React. This client will allow us to add and delete tasks. Each task will have a title and a description.

Let's begin.