Skip to main content

Quick Start

Purpose#

Queue for Redux-Saga eliminates "rootSaga" boilerplate code. Saga Watchers no longer need to be imported and run by a "rootSaga".

Queue for Redux-Saga promotes code splitting. Saga Watchers can now be loaded "as needed", rather than up front.

What's Included#

Queue for Redux-Saga includes:

Installation#

Queue for Redux-Saga is available as a package on NPM for use with a module bundler or in a Node application:

# NPMnpm install --save @vmw/queue-for-redux-saga
# Yarnyarn add @vmw/queue-for-redux-saga

Queue for Redux-Saga has two peer dependencies: