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.
How does it work? On server store empty until function loadOnServer is called. Where does data come from?
Installing with npm causes the error: `npm ERR! peer invalid: [email protected], required by [email protected]` For me, this is interfering with npm shrinkwrap. Can we get a change to react >=...
Hey @sars, this async project works really well, easy to understand and integrate, especially the new deferred vs not-deferred logic Thought I'd report this slight issue First point to note,...
client render,async connect data,A(page) -> B(page),B render 1 times,but B(page) -> B(page),B render 3 times. eg. https://github.com/erikras/react-redux-universal-hot-example, Widgets Page. ``` @asyncConnect([{ //deferred: true, promise: ({store: {dispatch, getState}}) => { //if...
Small typo in the docs/API.md file
Lib failed in IE10 and these babel plugins were needed.
Hi, I have some problems with IE10. return this.context.store... gets Unable to get property 'store' of undefined or null reference. ``` _createClass(ReduxAsyncConnect, [{ key: 'isLoaded', value: function isLoaded() { return...
Hi, I check tested the code and it working with react 15.x.x (React 0.14.x doesn't have an major code breaking changes and anything which works on 0.14 should work on...
Please update this module to work with latest react. We are seeing this error as below npm WARN [email protected] requires a peer of [email protected] but none was installed.