#modules

Subscribe
Modules are a way of organizing code in JavaScript. They allow for the separation of code into smaller, more manageable chunks that can be reused and imported across multiple applications. Modules can contain functions, classes, variables, or any other type of code. By breaking down code into modules, it's easier to debug, maintain, and extend applications. Additionally, modules help keep code organized and make it more readable.
Vojtech Miksu
Vojtech Miksu
Uber
Talk: Ladle: The Story About Modules and Performance
Luca Casonato
Luca Casonato
Deno
Talk: Writing universal modules for Deno, Node, and the browser
Yulia Startsev
Yulia Startsev
Mozilla
Talk: How JS Modules work: a Browser Perspective
Grgur Grisogono
Grgur Grisogono
Modus Create
Talk: Is Module Federation Right for You?
Lucie Haberer
Lucie Haberer
Prismic
Talk: Nuxt 3 Modules and Open-Source
Steve King
Steve King
JP Morgan
Talk: Using ES Modules Based Micro-Frontends to Enable Distributed Development
Jake Bailey
Jake Bailey
Microsoft
Talk: Migrating TypeScript to Modules: The Fine Details