Skip to content

abettadapur/redux-saga-devtools-extension

Repository files navigation

Redux-Saga DevTools Chrome Extension

Chrome Extension for Redux-Saga Devtools alt-text

Usage

  1. Install the extension from the Chrome marketplace
  2. When creating your saga middlware, pass the extension monitor to the middleware as an option
const monitor = window["__SAGA_MONITOR_EXTENSION__"]
const sagaMiddleware = createSagaMiddleware({ sagaMonitor: monitor })
const store = createStore(
  rootReducer,
  applyMiddleware(sagaMiddleware)
)
sagaMiddleware.run(rootSaga)
  1. Open the Chrome DevTools and inspect your Sagas

About

Chrome extension for Redux-Saga Devtools

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published