hooligram / hooligram-client

React Native app for Hooligram
72 stars 24 forks source link

simplify state persistence #88

Closed cglotr closed 5 years ago

cglotr commented 5 years ago

Let's use preloadedState from https://redux.js.org/api/createstore

Should be fine in terms of performance since we will only be using Redux to store app state. Heavy shit is done by SQLite hahaha