You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: gatsbyjs/gatsby#670
The text was updated successfully, but these errors were encountered:
This feature will allow sites built with Perun to be installed as an
app on systems that support it. When paired with #180, this will be
a slick offline experience.
This feature will allow sites built with Perun to be installed as an
app on systems that support it. When paired with #180, this will be
a slick offline experience.
This feature will allow sites built with Perun to be installed as an
app on systems that support it. When paired with #180, this will be
a slick offline experience.
allentiak
changed the title
Add offline support
Add support for ServiceWorkers (a.k.a. "offline mode")
Mar 13, 2019
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: gatsbyjs/gatsby#670
The text was updated successfully, but these errors were encountered: