Introduction

Learn about the application that we will create.

To illustrate how to use different parts of Redux, we will be building a recipe book application.

It will add recipes and ingredients for each recipe and fetch an initial recipe list from a remote server.

The first step with any Redux-based app is to plan how data will be arranged in the store. Our recipe object will start out holding only the recipe’s name. To store the current list, we can use a regular array:

A page from our recipe book

Get hands-on with 1200+ tech skills courses.