Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Workbox for service worker needs #161

Open
gerardo-rodriguez opened this issue Jul 11, 2018 · 1 comment
Open

Use Workbox for service worker needs #161

gerardo-rodriguez opened this issue Jul 11, 2018 · 1 comment
Assignees

Comments

@gerardo-rodriguez
Copy link
Member

Google's Workbox library has matured quite a lot. We should refactor the service worker to use the Workbox library to generate the service worker instead. 😉

https://developers.google.com/web/tools/workbox/

Why Workbox?
Workbox is a library that bakes in a set of best practices and removes the boilerplate every developer writes when working with service workers.

  • Precaching
  • Runtime caching
  • Strategies
  • Request routing
  • Background sync
  • Helpful debugging
  • Greater flexibility and feature set than sw-precache and sw-toolbox
@gerardo-rodriguez
Copy link
Member Author

This could be something you can look into as well @calebeby. 😉

@calebeby calebeby self-assigned this Jul 11, 2018
@calebeby calebeby mentioned this issue Jul 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants