esnextconf.com - ESNEXT CONF 2020

Description: July 13-17, 2020 | 5 Days. 12 amazing speakers. 1 fully remote conference exploring the future of JavaScript and the web. All ticket proceeds go to fight COVID-19!

Example domain paragraphs

With the yearly ECMAScript releases (ES2015 to ES2019) a lot of things have changed in JavaScript-land. And even more changes are ahead! This talk takes a look at a few of the upcoming ECMAScript features, which will (hopefully) become part of the ECMAScript Language Specification in the near future.

There is a need to use Open Source to stay competitive, but how do I get started? This talk will cover the idea of Open Source onboarding and provide examples of how projects are doing it well and how others are not. Prepare your best note taking app (or pen and paper), as this talk will have quite a few examples of projects in the JavaScript community.

Have you ever wanted to have a Sass-like preprocessing capability for your web apps during runtime rather than having it part of your build process? Is there any solution out there which supports dynamic loading of stylesheets from CSS files out of the box, so you can write your styles in plain vanilla CSS and import them via URL without having to worry about flashes of unstyled content. Have you ever thought about a simple and lean CSS-in-JS solution with zero dependencies?