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
trafficstars

@sars, any plan to update for react 15.x?

Hello, I have some little problem, when a i am haven`t any async-connections on some route, by server-side rendering like a this: ``` js loadOnServer({...renderProps, store, helpers: {client}}).then(() => {...

http://facebook.github.io/react/blog/2016/04/08/react-v15.0.1.html

Youtube, Github, or Quora now all have a progressive Bar when they load data, and their pages do not transition until the data is loaded. I do not know how...

I have a store setup like this ``` const store = createStore( rootReducer, initialState, compose( applyMiddleware( routerMiddleware(history), thunkMiddleware, simpleLoggerMiddleware ) ) ) ``` And a custom logging middleware (not the...

Hello, Since `npm i -S redux-async-connect` will install `1.0.0-rc4`, I think it follows that either the `v1` branch should be the default here, or we should just FF master. I...

I'd have to do a bit of debugging to see if this is possible or reasonable. However, it seems to relate to: 1. Confusion with serverside rendering when