faceyspacey/redux-first-router
View on GitHubBuild 3rd party plugins that optimize Sagas usage (following this blueprint) [and another for Redux-Observable]
Open
#76 opened on Aug 9, 2017
help wantedinvalidwontfix
Description
Would like to get some ideas from the community on ways to improve the experience of using redux-first-router with redux-saga.
Some thoughts:
- Adding a reference to a saga to fire before firing our action dispatch?
- Another export from
connectRoutesthat gets added to our sagas, effectively mapping them to each route?