The Git tag for this section is add-redux. It contains solutions to the exercises from the previous chapter, so if you haven't completed the Exercises section yourself, then you should move to this tag now so that you're up to date.
For more detailed instructions, see the To get the most out of this book section in the Preface.
For more detailed instructions, see the To get the most out of this book section in the Preface.
This chapter uses four libraries: redux, react-redux, redux-saga, and our test library, expect-redux. You should install these now using the following commands:
npm install --save redux react-redux redux-saga
npm install --save-dev expect-redux