Ask HN: How can I make web app work offline too

1 points by mhrnik ↗ HN
I am working on a finance web app and want to offer complete offline support to users who prefer that. Any pointers on how to do it?

2 comments

[ 2.5 ms ] story [ 15.8 ms ] thread
Create a PWA and use a service worker to cache the content. It is like twitter web that can be installed
(comment deleted)