August 2017
Beginner
374 pages
10h 41m
English
The current state of the project can be found in the chapter12_2.zip attachment.
Unpack the ZIP, change it into the directory, and run npm install and npm start (or npm run start:dev). Then, open http://localhost:8080 in your browser.
Open your browser console and perform some actions in the application. You should see them getting logged to the console:

In the preceding screenshot, you can see the first log message from the error reporter middleware. This is triggered when Redux initializes and the middleware gets applied to the store. ...
Read now
Unlock full access