brocoders / redux-async-connect

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

why @asyncConnect receive a array?

lewis617 opened this issue · comments

asyncConnect decorator

This is the function that uses to decorate your container components that is connected with router. It should provide mapStateToProps object like that:

but in react-redux-universal-hot-example,@asyncConnect receive a array,why?

It is the version problem!