
Workerized JS made easy
Channel:
Subscribers:
791,000
Published on ● Video Link: https://www.youtube.com/watch?v=nOEXIcMdr_g
When JavaScript lives in a Worker, it runs in a separate thread. Thus, it can't block the browser from creating smooth user experiences! Unfortunately, since Workers can't access the DOM directly, you can't just stick your JavaScript into a Worker. Fortunately, last year, AMP introduced amp-script, a component that makes this straightforward. In this talk we chat about how to use amp-script to create your very own Workerized JS browser interactions!
Related Playlist:
Day 1 → https://goo.gle/WDL20Day1
Subscribe to the Chrome Developers → https://goo.gle/ChromeDevs
Speakers:
Ben Morss, Crystal Lambert
#webdevLIVE #javascript event: web.dev LIVE 2020; re_ty: Publish; fullname: Ben Morss,Crystal Lambert; product: Chrome - General;
Other Videos By Chrome for Developers
2020-07-14 | Giving your PWA superpowers |
2020-07-14 | How to define your install strategy |
2020-07-13 | Shipping a PWA as an Android app |
2020-07-13 | What’s new in V8/JavaScript |
2020-07-13 | Welcome to Day Two |
2020-07-13 | What’s new in Puppeteer |
2020-07-13 | What’s new in DevTools |
2020-07-09 | Debugging JavaScript SEO issues |
2020-07-09 | AMP at your service |
2020-07-09 | Core Web Vitals in the DevTools timeline |
2020-07-09 | Workerized JS made easy |
2020-07-09 | Implementing structured data with JavaScript |
2020-07-08 | Optimize for Core Web Vitals |
2020-07-08 | What’s new in speed tooling |
2020-07-08 | Welcome to Day One |
2020-07-08 | How to analyze your JavaScript bundles |
2020-07-08 | Mastering the Chrome UX Report on BigQuery |
2020-07-02 | web.dev LIVE 2020: Day Three |
2020-07-01 | web.dev LIVE 2020: Day Two |
2020-06-30 | web.dev LIVE 2020: Day One |
2020-06-22 | Top Tips for Web Performance trailer |
Tags:
type: Conference Talk (Full production);
purpose: Educate