baetheus / bee

A try at cloning the New York Times Spelling Bee
Mozilla Public License 2.0
16 stars 6 forks source link

PWA for app refreshes #15

Open baetheus opened 4 years ago

baetheus commented 4 years ago

Currently app upgrades happen when the page refreshes. When the puzzle list changes (which should now be rare), this can cause a puzzle to disappear while someone was working on it.. Baaad. Ideally we should use a webworker to for reload the page when new versions are detected.

baetheus commented 4 years ago

For service worker let's not go too deep: https://developers.google.com/web/tools/workbox/modules/workbox-cli

baetheus commented 4 years ago

Goals: