Rspack keeps pushing forward with support for the latest language features.
After `import defer`, we're now adding `import source` for Wasm, following the TC39 Source Phase Imports proposal. It lets you import a compiled Wasm module directly.
Thanks to @magic_akari for the contribution!
I really like this direction for library tooling.
- `rslib build` focuses on producing artifacts fast - `rslint --type-check` focuses on full type validation
Separating these two concerns gives teams more flexibility without giving up type safety.
The Rust React Compiler integration in SWC has been merged 🎉 Coming soon in Rspack 2.1
Rstest was nominated for this year's Productivity Booster award at JSNation 🎉
Here's the video shown on stage, made by
@fi3ework.bsky.social with Remotion (which is also powered by Rspack)
Rspack + tsgo cut overall build time by 60% in our benchmark 🚀
Type checking during builds is often one of the biggest build-time costs.
tsgo integration is now available out of the box in:
- Rspack plugin
- Rsbuild plugin
- Rslib
Try out experimental tsgo support here:
- ts-checker-rspack-plugin: github.com/rstackjs/ts-...
- `@rsbuild/plugin-type-check`: github.com/rstackjs/rsb...
- Rslib dts.tsgo: rslib.rs/config/lib/d...
Thanks @hux.pro for capturing this moment 📸
And congrats to @biomejs.dev for winning this year’s Productivity Booster award! 🏆
Description:
Add experimental SWC support for the Rust React Compiler from react/react#36173.
This adds the swc_ecma_react_compiler bridge, SWC <-> React Compiler AST/scope conversion, .swcr...
github.com
Video
Fast declarations for monorepos⚡️
Rslib isolated declarations make `rslib build` daily type emits much faster, while `rslint --type-check` keeps full validation where you need it, such as CI.
Less waiting in builds. Same type safety gate.
🏖️🦀TanStack Start + Rsbuild is a win-win for both communities 🤝
Rspack users get a full-stack choice: 100% TanStack Start, with router, SSR, RSC, Server functions out of the box
TanStack users can adopt the Rspack toolchain for stable bundled dev and first-class MF support
Jiahan Chen
Rspack plugin that runs TypeScript type checker on a separate process. - rstackjs/ts-checker-rspack-plugin
Fast declarations for monorepos⚡️
Rslib isolated declarations make `rslib build` daily type emits much faster, while `rslint --type-check` keeps full validation where you need it, such as CI.
Less w...
x.com
Fast declarations for monorepos⚡️
Rslib isolated declarations make `rslib build` daily type emits much faster, while `rslint --type-check` keeps full validation where you need it, such as CI.
Less waiting in builds. Same type safety gate.
Rspack
Rspack
Fast declarations for monorepos⚡️
Rslib isolated declarations make `rslib build` daily type emits much faster, while `rslint --type-check` keeps full validation where you need it, such as CI.
Less w...
Big day for the Rspack ecosystem! 🎉
TanStack Start is an amazing full-stack framework, and Rspack users now have a first-class full-stack option.
Huge thanks to the TanStack team for shipping this so fast and so well. 🫡
tanstack.com/blog/start-a...
TanStack Start now supports Rsbuild 2 alongside Vite, so teams can choose the build tool that best fits their stack, preferences, and infrastructure.