brocoders / redux-async-connect

It allows you to request async data, store them in redux state and connect them to your react component.
645 stars 103 forks source link

why @asyncConnect receive a array? #82

Closed lewis617 closed 8 years ago

lewis617 commented 8 years ago

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?

lewis617 commented 8 years ago

It is the version problem!