Workbox is a JavaScript library for adding offline support to Progressive Web Apps.

Workbox v3.6.3 is out, with a fix for a bug that could crop up when precaching URLs that use a 30x redirect. More info at github.com/GoogleChrome/work…
1
3
16
Here's a talk I did on @workboxjs earlier this month. Fair warning: there were lots of wizard jokes. 🧙🏻‍♂️
Looking for something to watch this Sunday afternoon? Catch @mikegeyser's last #gdgjhb talk on "Workbox Wizardry" here - 🧙‍♂️ youtube.com/watch?v=4E0OlMYy… #gdgjhb #workbox #pwa
1
4
17
There is some Workbox-specific guidance about avoiding async importScripts() at developers.google.com/web/to…
1
4
Workbox retweeted
🐲 Introducing Service Workies - the PWA Mastery Game! Meet Kolohe. He's a Workie who needs to master the ways of the Service Worker in order to save his village from the offline beasts. coming soon! #serviceworkies
33
94
497
Workbox retweeted
🔄 Do you use workbox-background-sync? If so, we'd love your feedback on some changes we're wanting to make in v4. Please post any comments or reactions you have in the PR 💬 github.com/GoogleChrome/work…
1
14
34
Workbox retweeted
📣 We’ve just released Workbox v4 alpha, and would love early feedback! What’s new: 🎉 - Routing logic can now be used outside of fetch events - Cross-browser fallbacks for BroadcastChannel notifications. - MIT license Read the full release notes here: github.com/GoogleChrome/work…
1
47
129
Workbox retweeted
CRA 2.0 users: I just released customize-cra 0.1.0 🔥 Workbox customization is now available 🎉🍾🥃 As before you can disable eslint, add decorators, add webpack aliases, and add the bundle visualizer Are there other options you want? PRs welcome! 🤙 github.com/arackaf/customize…
4
7
45
Workbox retweeted
just created a PWA app that caches data from an API as well as caches images adaptively using the Network Information API via @cloudinary and @workboxjs - will share the details soon cc @jeffposnick
2
5
21
🎉 Create React App 2.0 was just released and it uses Workbox to build your service worker! 🎁 Congrats to the team and all the external contributors who worked so hard on the release!
We’ve just released Create React App 2.0, including a year’s worth of improvements. reactjs.org/blog/2018/10/01/…
11
48
📣 Workbox v3.6.1 is out! 📣 🆕 workbox-navigation-preload gets a `disable()` method ⚙️ the `method` option can now be used in `generateSW()` 🔧 plus a few bug fixes and ergonomic improvements 📖 read the full release notes at: github.com/GoogleChrome/work…
17
77
Hey folks, I'm going to be speaking at the @GDGJohannesburg next month! So if you want to learn some @workboxjs wizardry 🧙🏻‍♂️ (or just more about PWAs and service worker), you should totally come! meetup.com/GDGJohannesburg/e…
8
15
Workbox retweeted
One of my favorite tools for web development is @workboxjs. Build an offline app in a few commands. Who said Service Workers had to be hard? frontendnews.io/editions/201…
1
13
67
📣 Workbox v3.5.0 is out! With more customization options for generating a service worker, support for the HTTP PATCH method in routes, exposing the registerQuotaErrorCallback utility function publicly, and more! Read the full release notes here: github.com/GoogleChrome/work…
1
60
184
Replying to @sw12 @webkit
Thanks. I just figured out how to do it, using @workboxjs . It's simple as : if (event.request.headers.get('range')) { return workbox.rangeRequests.createPartialResponse(event.request, response); } And the magic is done.
1
2
If folks are interested in seeing built-in support for request.destination in Workbox's routing, let us know at github.com/GoogleChrome/work…
Service Worker Caching Strategies Based on Request Types: 👉 medium.com/dev-channel/servi… 🆕 New article by @tomayac on leveraging the lesser-known `Request.destination` property in your service worker logic. 😻 Featuring @jaffathecake in the `Request.destination` playground app!!1!
7
25