But that means my app has to have constant connection to the internet. I was hoping to have the data in the store kept for offline purposes until it syncs (binds). Do you think that is not possible? If I must have a solid internet connection always I guess I can do that, but I was hoping not. Loading screen in the interim is good but I’d like to know this info for future projects anyway. Can I cache/locally store the Vuex state?
↧