February 2019
Intermediate to advanced
204 pages
4h 52m
English
From inside the application root, we can add Saga as follows:
yarn add redux-sagaORnpm install --save redux-saga
While the library can be used directly in containers to pass in a higher-order function, we are going to use Saga as middleware. Later, we will be discussing the benefits of having it as middleware.
In order to run Saga, we require two things:
Read now
Unlock full access