Bernardo-MG / dnd5-api-react-client

Example REST client made with React and Redux.
https://docs.bernardomg.com/react-rest-client-example
MIT License
1 stars 0 forks source link

Update redux-saga to v1 #5

Closed Bernardo-MG closed 5 years ago

Bernardo-MG commented 5 years ago

Also try the redux-saga monitor:

import sagaMonitor from '@redux-saga/simple-saga-monitor';

const sagaMiddleware = createSagaMiddleware(sagaMonitor);