JSPM
91 posts









The JavaScript ecosystem is huge. Module: esm, cjs, amd, umd Package manager: npm, yarn, pnpm Bundler: Webpack, Rollup, Parcel, Bun Compiler: Babel, TypeScript, esbuild, swc Components: React, Vue, Angular, Svelte Tests: Jest, Cypress, Playwright, Selenium #javascript

Announcing the relaunch of the JSPM CLI for import map package management. jspm.org/jspm-cli





Importmap brought to you in node by brilliant @askjkrishna Taste first aha moments with new world of URLs. github.com/JayaKrishnaNam…


🟨 A brief intro to "module scripts" in browsers, for the unfamiliar. When adding type="module" to HTML script tags, this enables native module syntax to import any JavaScript module from an embedded script tag without the need for any additional tooling apart from a server.







