@josulliv101/connect-async-work

### Load async data / Redux connected / work with React-Router v4


Keywords
async, connect, react, react-router, redux, redux-saga, universal, v4, universal-react, react-router-v4
License
MIT
Install
npm install @josulliv101/connect-async-work@1.4.17

Documentation

connect-async-work

Load async data / Redux connected / work with React-Router v4

This package is experimental.

Demo

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