1 Repo
Mechanisms for updating modified source files in a running environment via fast partial compilation.
Distinct from Incremental Update Configurations: Focuses on source code module refreshing in the browser rather than data processing synchronization
Explore 1 awesome GitHub repository matching data & databases · Incremental Module Refreshing. Refine with filters or upvote what's useful.
Rspack is a high-performance web bundler written in Rust that packages JavaScript and TypeScript for web applications. It functions as an incremental build engine and a tree-shaking asset optimizer designed to reduce build times and minimize final bundle sizes for web delivery. The project is built for compatibility with the webpack ecosystem, implementing a compatible API that allows existing plugins and configurations to work without modification. This enables the integration of community loaders and plugins while leveraging a Rust-based compilation engine. The tool covers a broad range of
Updates modified files in the browser via a fast compilation mechanism to accelerate the development feedback loop.