Transitioning to modern JavaScript

Поделиться
HTML-код
  • Опубликовано: 19 июл 2024
  • 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.
    🔗 web.dev/publish-modern-javasc...
    Speakers: Houssein Djirdeh, Jason Miller
    Event: Chrome Developer Summit

Комментарии • 3

  • @TheMaleCraft
    @TheMaleCraft 3 года назад

    Epic! Thank you.

  • @gaurangambasana4237
    @gaurangambasana4237 3 года назад

    This is most underrated channel for tips & tricks

  • @Lorkin32
    @Lorkin32 3 года назад

    Won't all these solution be outdated in like 2 years..? Then the current soultions will need a new hack to load to new more modern modern javascript