PWA and localStorage

I need your expertise to help me find a solution. I am developing a sales portal and I need it to cache data in case the seller is without internet. How do I do this with the PWA? What do you suggest in this case and if so, how do I do it?
5 Replies
Matthew
Matthew4w ago
Some kind of local database and syncing server. It's not a Filamnet question though, this won't be the best place to find answers.
Thalys Augusto
Thalys AugustoOP4w ago
But does the filament have this support?
awcodes
awcodes4w ago
I don’t think this would be possible with any livewire based app, since livewire requires hitting the server. But I could be wrong.
Matthew
Matthew4w ago
It's not a question of whether Filament supports it. The front-end is agnostic to whether you are online or not. You need services that handle caching of data and synchronisation. It's a whole separate technology stack, and the front-end be it Filament, Vue, React...shouldn't really care or know.
Thalys Augusto
Thalys AugustoOP4w ago
Thank you very much guys, I'm a beginner with Laravel and also with Filament

Did you find this page helpful?