Open podviaznikov opened 7 years ago
There is new HTML feature called ServiceWorkers. This allows to cache all needed resources and make site work offline without Internet connection.
ServiceWorkers
This seems like a good feature for blogs, which can be opened once and read later.
I implemented such caching service worker for my personal site: https://podviaznikov.com/sw.js. It would be good to have something similar as perun task. GatsbyJS has such support built in. We can do something similar for sure: https://github.com/gatsbyjs/gatsby/issues/670
There is new HTML feature called
ServiceWorkers
. This allows to cache all needed resources and make site work offline without Internet connection.This seems like a good feature for blogs, which can be opened once and read later.
I implemented such caching service worker for my personal site: https://podviaznikov.com/sw.js. It would be good to have something similar as perun task. GatsbyJS has such support built in. We can do something similar for sure: https://github.com/gatsbyjs/gatsby/issues/670