The Role of Transpilers in JS Optimization
In this talk, I go over the basics of JS from the perspective of performance such as minification & compile-time macros. We'll have the look at the impact of heavy abstractions in JS & how to overcome them.

Relive the talk with my slides: https://slides.com/karimalibhai/js-perf-2019
Code used in the talk:
karimsa/http-bench
PoC examples for my talk @ ForwardJS Ottawa 2019. Contribute to karimsa/http-bench development by creating an account on GitHub.
karimsa/fallaciesofjsperf
A short list of fallacies that beginners to JS often believe about performance. - karimsa/fallaciesofjsperf