November 2018
Beginner
502 pages
10h 22m
English
Before we can use Redux, we need to install it along with the TypeScript types. We will also install an additional library called redux-thunk, which we need in order to implement asynchronous actions:
npm install redux
Note that the core Redux library contains TypeScript types within it. So, there is no need for an additional install for these.
npm install react-redux
Read now
Unlock full access