Workbox: Flexible PWA Libraries (Chrome Dev Summit 2017)

Ғылым және технология

Workbox is a set of libraries that work together to power your progressive web app's service worker. In this video, you'll learn from Jeff Posnick about what we've been working on for the v3 release, and see how the flexibility of Workbox has solved real-world problems for top partners as they build their own PWAs.
Check out the rest of the Chrome Dev Summit videos here: goo.gl/ekCoVu
Subscribe to the Google Chrome Developers channel: goo.gl/LLLNvf
event: Chrome Dev Summit 2017; re_ty: Publish;

Пікірлер: 10

  • @ntgdpl
    @ntgdpl6 жыл бұрын

    Dude has chill ;)

  • @m7amedk
    @m7amedk5 жыл бұрын

    You guys rock! Workbox is the best thing for PWA 🎉

  • @romanshestakov
    @romanshestakov5 жыл бұрын

    Need to try this! 🙋‍♂️

  • @flutterflowexpert
    @flutterflowexpert5 жыл бұрын

    why i am getting "Current page does not response with 200 when offline"

  • @RaviSingh-ds2ei
    @RaviSingh-ds2ei6 жыл бұрын

    the worbox version 3.0.0 is not loading(failed to fetch resources) while loading service-worker can u help plz

  • @marlonlom
    @marlonlom6 жыл бұрын

    with PWA Libraries they mean using some official apis (fetch, push, etc.) ?

  • @kimgysen10
    @kimgysen105 жыл бұрын

    I don't understand the use. Caching is already implemented by HTTP Cache-Control headers so unless you need a very complex strategy, it should already work without having another JS implementation client side...?

  • @9kopb

    @9kopb

    4 жыл бұрын

    example: JUST ONE ACTION: you open some /last.html page with short text & links list of latest five top articles... The network is down by some reason - and what you got with "Caching is already implemented by HTTP Cache-Control" - only cached last.html Your device still offline and you can just stare at list with links on content you wanted to read, but with #sw you can implement custom logic - get from API .json with {id, title, text} of last five news and without any connection sw.js can handle requests and do something - and you can click any link listed on /last.html and get full page content, but it's just an example of what you can't get with HTTP Cache-Control

  • @user-ui6xz4my8o

    @user-ui6xz4my8o

    3 жыл бұрын

    @@9kopbworkboxSW.router.registerRoute( '/path/to/image', workboxSW.strategies.networkFirst({networkTimeoutSeconds: 3}) );

  • @kimgysen10

    @kimgysen10

    3 жыл бұрын

    @@9kopb Seems like a lot of work when my network is down like 0.001% of the time.

Келесі