This repository has been archived by the owner on Sep 12, 2020. It is now read-only.
v2.0.0
Major Changes
- End task on client-side by default (sync mode)
- Provide backwards compatibility for asynchronous behavior
See README for full documentation.
// sync mode (default)
withReduxSaga(ExamplePage)
// async mode (backwards compatibility)
withReduxSaga({async: true})(ExamplePage)