Redux - Calling web service asynchronously
> The store in Redux should be synchronous and should not have any side effects.
How can you then make service calls or do anything asynchronously?
That is the question I was asking myself when I started using Redux with
react-native. I needed to make calls to Google web services