Skip to main content
CSS-Tricks
  • Articles
  • Videos
  • Almanac
  • Newsletter
  • Guides
  • DigitalOcean
  • DO Community
Search

Articles Tagged
service workers

17 Articles
{
,

}
async Indexeddb offline service workers

Making your web app work offline, Part 1: The Setup

This two-part series is a gentle introduction to offline web development. Getting a web application to do something while offline is surprisingly tricky, requiring a lot of things to be in place and functioning correctly. We’re going to cover all …

Avatar of Adam Rackis
Adam Rackis on Dec 6, 2017 (Updated on Dec 7, 2017)
firebase push notifications service workers

Implementing Push Notifications: The Back End

In the first part of this series we set up the front end with a Service Worker, a `manifest.json` file, and initialized Firebase. Now we need to create our database and watcher functions.…

Avatar of Pascal Klau (@pascalaoms)
Pascal Klau (@pascalaoms) on Aug 23, 2017
pwa service workers

We built a PWA from scratch – This is what we learned

Direct Link

I hadn’t considered the fact that if you’re fingerprinting your assets (e.g. style.987987090897.css) to take advantage of browser cache, you’ll need to update your Service Worker every time you do that. But I guess you’ve got a build step anyway, …

Avatar of Chris Coyier
Shared by Chris Coyier on Feb 9, 2017
offline service workers

Implementing “Save For Offline” with Service Workers

Direct Link

A straightforward tutorial by Una Kravets on caching assets and individually requested articles with Service Workers for offline reading.

I’m curious what the best practice will become. It’s possible that asking users to click something is it. Also possible: passively …

Avatar of Chris Coyier
Shared by Chris Coyier on Jan 31, 2017
service workers

Service Worker, what are you?

Direct Link

Mariko Kosaka:

I finally figured out, it’s an alien you can invite to live on user’s browser.

…
Avatar of Chris Coyier
Shared by Chris Coyier on Dec 5, 2016
fetch http/2 offline service workers

Making a Simple Site Work Offline with ServiceWorker

I’ve been playing around with ServiceWorker a lot recently, so when Chris asked me to write an article about it I couldn’t have been more thrilled. ServiceWorker is the most impactful modern web technology since Ajax. It’s an API that …

Avatar of Nicolas Bevacqua
Nicolas Bevacqua on Nov 10, 2015 (Updated on May 8, 2017)
  • Newer
  • 1
  • 2

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • DigitalOcean
  • DigitalOcean Community
  • About DigitalOcean
  • Legal
  • Free Credit Offer
CSS-Tricks
  • Email
  • Guest Writing
  • Book
  • Advertising
Follow
  • Mastodon
  • Twitter
  • Instagram
  • YouTube
  • CodePen
  • iTunes
  • RSS
Back to Top