Installation guide
Create Redux-RocketJump environment
Redux-RocketJump needs a specific environment to operate. You can install peer dependencies like this
yarn add redux redux-saga reselect
or if you prefer the good old NPM
npm install --save redux redux-saga reselect
Install Redux-RocketJump
You can install Redux-RocketJump using your package manager of choice
yarn add redux-rocketjump
npm install --save redux-rocketjump