npm redux-saga 0.4.0

latest releases: 1.3.0, 1.2.3, 1.2.2...
8 years ago

Features

  • Task cancellation support. Thanks to @aikoven for this one. (issue #14).
  • Saga monitoring support (The sagaMonitor in the examples folder implements a simple logger. You can print a trace of the sagas control flow in the console by dispatching a LOG_EFFECT action. You can play with the repo examples by typing store.dispatch({type: 'LOG_EFFECT'}) in the console.

Below a screenshot from the counter example.

counter-log

Don't miss a new redux-saga release

NewReleases is sending notifications on new releases.