Michael Kovalsky
Jul 10, 2017 · 1 min read

Wow… I just implemented the API example in my React Native app, it wasn’t easy because of the differences in Redux and React Redux but it works! Thank you for this article!

I have a question. Why are you dispatching the fetching part like this: dispatch(function_that_returns_an_object()) and not just like this: dispatch({the_object_from_the_function}). It’s just handy or there is a reason for that?

    Michael Kovalsky

    Written by

    I write code and stuff.