Mastering the JavaScript Engine: Get Hold of the Web - Anirudh Sharma - React Rally 2023

Поділитися
Вставка
  • Опубліковано 30 вер 2024
  • Anirudh Sharma - React Rally 2023
    With a whole existing and upcoming ecosystem of libraries and frameworks around JavaScript, the need for thorough understanding of code execution on the web becomes more relevant. This knowledge also helps you to better understand and distinguish technologies like WebAssembly from JavaScript.
    Attend this talk to get an in-depth overview of the JavaScript engine and learn how it can help you as a developer to write more optimized JavaScript code. You will learn how exactly your high-level code is converted to bytecode and then to the optimized machine code with the magic of the V8 engine.

КОМЕНТАРІ • 1

  • @saravanan-subramanian
    @saravanan-subramanian 4 місяці тому

    Great attempt to distill a lot of knowledge in a compact presentation! Presents a map of key areas which should enable curious engineers to dive in for their own exploration when required. 👋👋