Skip to content

marcradziwill/service-worker-tutorial

Repository files navigation

service-worker-tutorial

Greenkeeper badge

This is a little tutorial to illustrate the usage of service workers

Deployment

Deploy with ZEIT Now

Edit online

Edit remark-codesandbox demo

What is included

Registration of the service worker

See main.js unter /js/main.js for the registration of the service worker.

Lifecycle events

The lifecycle events install and activate are implemented with some dummy code. Please change it to your needs.

Functional events

Currently only the functional event fetch is implemented in order to see that caching is working.

About

This is a little tutorial to illustrate the usage of service workers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published