Skip to content

Instantly share code, notes, and snippets.

@MShwed
MShwed / fem_ajs.md
Last active April 13, 2023 06:29
FrontEnd Masters Notes - Advanced JS

Speaker Intro

Predicts Script Loader Tech will see a renissance

  • HTTP 2.0

    • Exists in all the browsers being used
    • HTTP 2.0 -> everything we learned about optimizing page load performance and combining it all into one file turns out the worst possible way in HTTP 2.0
    • Persistent Socket Protocol. Downloads everything in Parallel -> want as many small chunks as possible.
    • Might switch back to script loading as this becomes more mainstream.
  • GRIPS (Templating Engine)