redux-async-connect icon indicating copy to clipboard operation
redux-async-connect copied to clipboard

It allows you to request async data, store them in redux state and connect them to your react component.

Results 62 redux-async-connect issues
Sort by recently updated
recently updated
newest added

We've got an awesome setup with webpack, react, redux, babel, react-router, server-side rendering, and redux-async-connect. We're looking to introduce code splitting by route via loadable-components. Everything is working well, except...

For example, if the route is **/widget/:id**, how the id value is transferred to redux-async-connect?

Hi there, I have React 15.5 and I keep getting this warning: `npm WARN [email protected] requires a peer of [email protected] but none was installed.`

I have a universal app where I need to log in a user when the app is loaded server side. On server load, the connector AsyncConnect is being called on...

[https://codesandbox.io/s/gL3zJKv9Z](https://codesandbox.io/s/gL3zJKv9Z) `import { Router,Route , browserHistory } from 'react-router'; import { ReduxAsyncConnect, asyncConnect, reducer as reduxAsyncConnect } from 'redux-async-connect' import React from 'react' import { render } from 'react-dom' import...

How can I use it with react-router v4?

I'm running into an issue with the asyncConnect decorator on the 1.0.0-rc2 version. The exact same decorator was working without issue on 0.13. If I'm reading [this commit](https://github.com/Rezonans/redux-async-connect/commit/9ceb46a48de29b0f5fe428af2705adce025135d3) correctly, we...

Getting the below error when the library is imported, `Cannot find module 'react-router/lib/RouterContext'. `

How can I use it with immutablejs?