April 2018
Intermediate to advanced
298 pages
6h 34m
English
The example application that you'll use in this chapter is a basic book manager. The goal is to have something that has enough functionality to demonstrate different Redux actions, but simple enough that you can learn Redux DevTools without feeling overwhelmed.
The high-level functionality of this application is as follows:
Let's spend a few minutes walking through the implementation of this app before you dive into the Redux DevTools ...