14. Building a Todo List App

If creating the Hello, World! example was a celebration of you getting your feet wet with React, creating the quintessential Todo List app is a celebration of you approaching React mastery! In this chapter, we tie together a lot of the concepts and techniques you’ve learned to create something that works as follows: https://www.kirupa.com/react/examples/todo.htm

You start off with a blank app that allows you to enter tasks for later (see Figure 14-1).

Image

Figure 14-1 A blank app with task entry.

The way this Todo List app works is pretty simple. Type in a task or whatever you want into the text field and press Add (or ...

Get Learning React now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.