Skip to content
#

offline-first

Here are 394 public repositories matching this topic...

workbox
philipwalton
philipwalton commented Sep 13, 2018

When logging is set to debug, a workbox Router instance will log when it's asked to handle a request event but there's no handler for that event.

This perhaps makes sense if all you're using is the default router, but if you're using more than one router it starts to get pretty noisy pretty fast. It's also confusing, because you start seeing things like this:

<img width="398" alt="screen s

berty
aeddi
aeddi commented Nov 27, 2020

Arrange the app's common assets neatly in the js/assets folder with sub-folders named by type:

  • fonts
  • audio (e.g notification sounds)
  • images (e.g default avatar)
  • etc...

And properly wire the different layers of the app (js/RN, iOS and Android) so that they can access them. For example: add a "Build Phase" in XCode that copies the sound files of the notifications to the IPA.

Note: An

Improve this page

Add a description, image, and links to the offline-first topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the offline-first topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.