1 min readMay 23, 2018
Nice article. My one recommendation would be be to use a redux middleware like [rt2zz/redux-persist](https://github.com/rt2zz/redux-persist) to handle saving and persisting Redux stores to Async Storage. The redux functions should just worry about outputting the pure state, and not need to worry about persisting to the local storage.