Skip to content
#

offline-first

Here are 400 public repositories matching this topic...

workbox
jeffposnick
jeffposnick commented Jan 7, 2020

Library Affected:
workbox-routing

I was thinking that we should add in a Route-level setCatchHandler() method, which would behave like the existing Router.setCatchHandler(), but instead of being a global to the Router instance, it would apply only when there's an exception throw by the HandlerCallback associated with the specific Route.

Something like:

const naviga
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.