Skip to content
This repository has been archived by the owner on Sep 12, 2020. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@bmealhouse bmealhouse released this 31 Jan 20:56

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)