Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
arendtio
on March 8, 2020
|
parent
|
context
|
favorite
| on:
How to make a web app work offline
I wish there was some easy to use library to solve this problem as this seems to be a problem many people come across when building a PWA.
feistypharit
on March 8, 2020
[–]
Checkout workbox.
https://developers.google.com/web/tools/workbox
arendtio
on March 8, 2020
|
parent
[–]
Workbox is about service workers. So for very simple stuff like caching assets, it is quite helpful, but I was referring to the more transactional actions like multiple clients writing to the same backend, requiring to resolve conflicts.
To my knowledge workbox doesn't help with that.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: