Tag

JavaScript modules

1 views collected around this technical thread.

政采云技术
政采云技术
Jun 29, 2021 · Frontend Development

Vite's Features and Part of Source Code Analysis

This article introduces Vite's key features, including its Bundleless approach, native JavaScript module support, and advantages over traditional bundling, along with an analysis of its source code structure and hot update mechanisms.

BundlelessFrontend DevelopmentJavaScript modules
0 likes · 11 min read
Vite's Features and Part of Source Code Analysis
Taobao Frontend Technology
Taobao Frontend Technology
Feb 18, 2021 · Backend Development

Can HTTP Imports Replace npm? Exploring Deno, ESM, and CDN‑Based Module Loading

From revisiting Deno’s impact on package management to introducing the imove visual workflow library, this article examines HTTP‑based module imports, ESM loaders, CDN services like esm.run, and the challenges of replacing Node’s npm ecosystem, highlighting practical code examples and future directions for JavaScript runtimes.

DenoESMHTTP import
0 likes · 8 min read
Can HTTP Imports Replace npm? Exploring Deno, ESM, and CDN‑Based Module Loading