This seems like a simple use case but I can\'t figure it out. I want to display a list of items retrieved from a request to a remote API over HTTP. I would like the screen to sh
This answer that I made some time ago give you an example of how to properly use connect and make an action call in the component. The only difference is that it's in componentWillMount for me :P