This differential introduces store loaded to redux and makes sure it is not persisted. There are components that check `storeLoaded` flag to ensure data from SQLite was inserted to redux. Setting this flag in react state after redux actions are dispatched introduces some sort of race condition. Therefore we should keep this flag in redux and set it in reducer in response to the same action that inserts SQLite data.