@burnmaniac/connected-router-saga
v0.0.8
Published
Downloads
8
Readme
Connected Redux Router
Main features
- Synchronizes router state with Redux store with respect to uni-directional flow (i.e. history -> store -> router -> components)
- Supports React Router v6 and history v5
- Supports functional component hot reloading while preserving state
- Dispatching of history methods (
push
,replace
,go
,back
,forward
) - Supports time travelling in Redux DevTools
- Supports running side effects on route change that are defined in route configuration