Rstack is a lightning-fast JavaScript toolchain that includes Rspack, Rsbuild, Rslib, Rspress, Rsdoctor, Rstest and Rslint.

Joined January 2023
241 Photos and videos
Pinned Tweet
🏖️🦀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
Another build path just washed ashore 🏖️ TanStack Start now supports Rsbuild 2 alongside Vite, bringing the full Start feature set to the Rspack / Webpack ecosystem. tanstack.com/blog/start-adds…
4
26
254
24,204
Rspack retweeted
We’re building a new Rust-based compiler & optimizer for TypeScript, using static type info from typescript-go. Think Google Closure Compiler for TS: smaller/faster apps & libs, targeting ~10–20% bundle size reduction. It’s still private, but we plan to open source it.
4
21
161
18,891
Rspack retweeted
Rstest was nominated for this year's Productivity Booster award at JSNation 🎉 Here's the video shown on stage, made by @fi3ework27 with @Remotion (which is also powered by Rspack)
3
15
66
5,652
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.
2
10
77
5,688
This is useful in large monorepos when you want to split declaration emit and type checking into separate workflows. - Daily builds: use dts.isolated to quickly emit declaration files. - Global checks: run rslint --type-check in CI or pre-commit hooks to run unified type check
4
249
Rspack retweeted
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!
2
6
43
3,026
Rspack retweeted
👀 Spotted: Xiaomi MiMo’s website is built with Rspress 🦀 Great to see Rspress used for modern AI doc sites. Rspress aims to become an AI-native documentation tool. If there’s anything we can help with on the Rspress side, feel free to DM me 👋 mimo.xiaomi.com/
3
4
45
13,921
Rspack retweeted
Jun 10
tsgo can help a lot . BTW, mf dts plugin also support use tsgo to generate types: dts.generateTypes.compilerInstance = 'tsgo'
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
5
17
1,915
Rspack retweeted
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
1
20
116
7,979
Rspack retweeted
Thoughts on this issue: github.com/web-infra-dev/rsp… The stronger a compiler’s static analysis becomes, the harder it is to write reliable workarounds. Unfortunately, JavaScript doesn’t have Rust-like compile-time attributes that provide a stable escape hatch for optimizer bailouts. So when a compiler gets “too smart”, intentionally bailing out of its optimizations becomes a surprisingly hard problem 🤣.
1
2
7
2,811
Rspack retweeted
React Compiler in Rust may come to the Rspack ecosystem sooner than expected. SWC already has a draft PR for it: github.com/swc-project/swc/p…
👀 React Compiler in Rust - Exciting update from @rickyfm TLDR: - Rust compiler ➡️ 99.9% the same output as the original - Confident ➡️ merge the PR within the next weeks - Can be tested locally The Oxc team is already working on an integration (draft PR)
1
1
51
5,890
Crab meets island. Perfect match 🦀🏝️
Another build path just washed ashore 🏖️ TanStack Start now supports Rsbuild 2 alongside Vite, bringing the full Start feature set to the Rspack / Webpack ecosystem. tanstack.com/blog/start-adds…
1
56
4,356
Rspack retweeted
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, especially @schanuelmiller, and @CongCongPan from the Rspack team for shipping this so fast and so well. 🫡
Another build path just washed ashore 🏖️ TanStack Start now supports Rsbuild 2 alongside Vite, bringing the full Start feature set to the Rspack / Webpack ecosystem. tanstack.com/blog/start-adds…
2
11
42
3,190
Rspack retweeted
I'm so proud of the team (@schanuelmiller is the 🐐, and the @rspack_dev crew is awesome) for accomplishing this. We've always been proud of our ability to build ui-framework agnostic software, but believe me, bundler agnostic framework is next-level challenging. I am blessed to work amongst geniuses.
Another build path just washed ashore 🏖️ TanStack Start now supports Rsbuild 2 alongside Vite, bringing the full Start feature set to the Rspack / Webpack ecosystem. tanstack.com/blog/start-adds…
10
12
291
24,383
Rspack retweeted
Another build path just washed ashore 🏖️ TanStack Start now supports Rsbuild 2 alongside Vite, bringing the full Start feature set to the Rspack / Webpack ecosystem. tanstack.com/blog/start-adds…
6
39
339
87,359
🦀“import.meta.glob” is now available in Rspack Import multiple modules from the file system with glob patterns One consistent glob import syntax across Vite, Turbopack, and Rspack
1
16
112
8,147
Rspack also supports all the familiar `import.meta.glob` options: `eager`, `query`, `base`, `import`, etc. 👇🏻 More details rspack.rs/api/runtime-api/mo…
7
842
Rspack retweeted
Turborepo now has a guide for using Rsbuild in monorepos, including examples that cover Module Federation. Big thanks to @nstlopez for the PR!
1
8
53
4,293
Rspack retweeted
It took me just an hour to swap Webpack with Rspack in @wordpress/scripts and plugin build time reduced from ~7s to ~1.2s. #wordpress #performance #buildtools
4
10
1,777