JavaScript was initially a browser-only scripting language. Today, JavaScript is a widely-adopted general-purpose multi-paradigm programming language that runs literally everywhere.
Managing multi-package JavaScript monorepo using Lerna, Rush, Nx or package managers workspaces.
Static imports in JavaScript are declarations that allow importing read-only live bindings which are exported by another module, evaluated at load time, and follow a specific syntax.
Want to become a productive JavaScript developer? Confused no more with a complete guide to JavaScript tooling systems.
A new JavaScript language syntax to import modules conditionally on-demand anywhere in your code and loaded dynamically at runtime.
A technique to split your code into various bundles which can be loaded on demand or in parallel.
Notable tools to automate project versioning and releasing.
Notable libraries that help you adopt reactive programming paradigm in JavaScript effortlessly.
Notable standards that outline how your JavaScript code should be written and organized.
Notable libraries to draw charts and visualize data in browser.