redux-async-connect
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.
Any plan to update for react 15.0.1 ? I keep getting warning about the dependencies for react 0.14.
In your example you were not accessing data from the `.data` property which it will be stored on. Also I was having trouble figuring out where to inject the helpers...
A least one Component in Route must be asyncConnected, otherwise server rendering returns noscript
Say I have routes setup like this: ``` RootLayoutComponent --/ ----HomeViewComponent ------AHomeComponent --/subpage ----SubpageViewComponent ------asyncConnect(ASubpageComponent) ``` /subpage server renders correctly however / only returns tags (ie no server rendering) the...
Hey, I have two depth nested components, each has its own @asyncConnect, I'd like in the @asyncConnect's outer component to refer data dispatched in the inner component but I don't...
I'm building a universal React app with Redux and ReactRouter. I needed to load some data asynchronously from the server and was advised to use your library. It mostly works...
Not sure where I am going wrong but I am trying to use this purely client side (not a universal app) and fetch data from an external api before the...
Hi, I'm trying to figure out how to fetch 2 things: 1 always on server and client, and the second one only on server. I'm trying to follow this code:...
`redux-async-connect` is awesome! But the docs is not very completed. There is nowhere to find docs about api `loadOnServer`which I get trouble with. After debugging, I found the problem is...
## What? Dealing with deferred data is not working as expected for me. I've moved the code of this lib to my project and I've been playing with it to...
⚡ npm shrinkwrap npm ERR! Darwin 14.5.0 npm ERR! argv "/Users/csekharveera/.nvm/versions/node/v4.2.5/bin/node" "/Users/csekharveera/.nvm/versions/node/v4.2.5/bin/npm" "shrinkwrap" npm ERR! node v4.2.5 npm ERR! npm v2.14.12 npm ERR! Problems were encountered npm ERR! Please correct...