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

Update README.MD #73

Open jisaacks opened 8 years ago

jisaacks commented 8 years ago

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 at for use in the connect decorator. I had to read the source to figure that out. So I add that as an example as well.