Transitioning to modern JavaScript
Over 90% of web traffic comes from browsers that support modern JavaScript, yet most websites ship legacy syntax in order to support a small number of very old browsers.
We now have the ability to deliver modern and legacy code to browsers based on what they support, but this doesn't extend to the large amount of dependency code in our applications. Our dependencies are still published as verbose legacy syntax in order to support the lowest common denominator of browsers today.
This talk explains how legacy dependency code is one of the biggest performance problems on the web today, and what steps we can all take address it.
Resources:
Publish and ship modern JavaScript → https://goo.gle/3fD8Tw0
Speakers: Houssein Djirdeh, Jason Miller
Subscribe to Google Chrome Developers here → https://goo.gle/ChromeDevs
Watch all Chrome Developer Summit sessions here → https://goo.gle/cds20-sessions
#chromedevsummit #chrome #javascript
event: Chrome Dev Summit 2020; re_ty: Publish; product: Chrome - General; fullname: Jason Miller;
Other Videos By Chrome for Developers
2020-12-22 | PWA patterns for window and service worker communication |
2020-12-22 | Love your cache: Optimize for the second load |
2020-12-21 | The web ahead |
2020-12-21 | Making the web more visual with Web Stories |
2020-12-21 | Structured data for developers |
2020-12-21 | Connecting hardware devices to the web |
2020-12-18 | Extending Workbox: Custom strategies and plugins |
2020-12-18 | What’s new for web apps in Play |
2020-12-18 | New logic to detect PWA offline support |
2020-12-18 | Next-level web apps on desktop |
2020-12-17 | Transitioning to modern JavaScript |
2020-12-17 | Debugging WebAssembly with modern tools |
2020-12-17 | Extending CSS with Houdini |
2020-12-17 | Submission shoutout for STORIES | GUI Challenges |
2020-12-17 | What's new in DevTools |
2020-12-16 | Updating the way we work |
2020-12-16 | SMS OTP form best practices |
2020-12-16 | Sign-up form best practices |
2020-12-16 | Thinking on ways to solve CENTERING |
2020-12-16 | Optimize for interactivity using Web Vitals (FID/TBT) |
2020-12-15 | A more private way to measure ad conversions |