Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Chapter 9: 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, where each task will have a title and a description.

Let's begin.