Where to find an offline-mode tutorial? #14296
Unanswered
realtebo
asked this question in
CLI - PWA mode
Replies: 1 comment 3 replies
-
that look like a offline first app, so u source of truth would be available offline, your local database would sync with your API when there is a internet connection avaliable. personally, i would recommend the RxDB for that task. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My app has received the request from the customer to be able to "work" offline.
It's about 99% a catalogue, so we could pre-cache 100% of assets.
There is a cart section where were can save to localstorage if not online.
But it's the 'network first' mode for the rest of app content my problem...
I'm not able to find a simple PWA offline tutorial specific for Quasar
Beta Was this translation helpful? Give feedback.
All reactions