@josulliv101/connect-async-work
v1.4.18
Published
### Load async data / Redux connected / work with React-Router v4
Downloads
39
Maintainers
Readme
connect-async-work
Load async data / Redux connected / work with React-Router v4
This package is experimental.
Goals
- Attach async work to a React Component & connect it to the Redux Store
- Work with react-router v4 (both server side & client)
- Handle side effects in redux middleware/redux-saga middleware
- Be able to cancel requests
- Nested async routes
- Universal/Isomorphic (whatever you want to call it) friendly
Run Universal Example
cd examples/universal
npm install
npm start
Notice
Lots of inspiration taken from redux-connect