Saw how I could let the years run off, buffet the winter through, and see the spring come in.

Joined January 2025
7 Photos and videos
Amazing collab with the friendly TanStack team! 🤝 Their unique RSC approach breaks traditional root-level limits—it's brilliant. Rsbuild & Rspack are evolving fast. We're committed to being the universal RSC infra to support more frameworks! 🚀
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…
3
177
Cong-Cong Pan retweeted
❓Did you know you can write “in-source tests” in JavaScript Rstest supports in-source tests — write your test right next to the code. Test code is stripped in production builds. Zero bundle cost. ⚡️ Rust-style DX, now in your JS toolchain 🦀 #JavaScript #Rstest #Rspack
13
26
209
80,705
Mind blown! 🤯 I've been using codspeed's MCP, and my AI Agent used its insights to optimize a case in rspack-sources—boosting performance by a staggering 98.96%! Seriously, my god, everyone needs to give codspeed a try right now. 👇 github.com/rstackjs/rspack-s…
5
222
Successfully ran React Router’s RSC Data Mode on top of rsbuild-plugin-rsc. Server Actions, SSR Flight streams, and hydration are all working seamlessly. Want to try it out? Check out the example repo 👇 github.com/rstackjs/rsbuild-…

1
4
16
1,469
Introducing rsbuild-plugin-rsc — React Server Components support for Rsbuild! Built on Rspack's native RSC implementation. Still in early beta (0.0.1-beta.1), but we'd love your feedback! github.com/rspack-contrib/rs…
1
9
23
1,919
Cong-Cong Pan retweeted
We rely on GitHub every day, so it's really exciting to see Rspack being used by GitHub as well. ❤️
9
143
10,382
🚀 Next.js with Rspack now enables persistent caching by default! The result? Massive speed boosts on warm starts: • App Router: Builds 1.46× faster, dev 566.7x faster (cache vs. no-cache) • Pages Router: Builds 2.08x faster, dev 3.66x faster
5
7
51
4,600
Spent a week optimizing Rspack's source map crate rspack-sources - achieved about 30% reduction in processing time! 🚀
1
2
25
9,363
⚡ Next.js with Rspack reaches a new performance milestone! With the custom Rspack Rust binding for Next.js in next@16.0.0-canary.7: ▶️ Build: 24% quicker ▶️ Dev: 10% quicker We moved the externals logic to Rust, slashing the JS-Rust communication overhead.
3
4
75
24,514
1
2
504
Cong-Cong Pan retweeted
Replying to @nulladdict @JLarky
We have a good relationship with the @rspack_dev team (they support Rspack in Next.js), and will work with them on aligning plugin APIs where it makes sense. We're shifting more focus towards ecosystem compatibility now that we've finally shipped.
1
3
10
811
🎉 Next.js with Rspack just hit 99% test coverage in development! Experience it now: rspack.rs/guide/tech/next
4
13
106
9,462
Cong-Cong Pan retweeted
29 Jul 2025
写了一篇文章 《esm 和 cjs 共用同一份类型 - 让 type 先 move to esm-only》 算是 《Move to esm-only》 的类型文件版本,把 .d.cts 干掉,于是我们之后只需要一份 dts 了 知乎:zhuanlan.zhihu.com/p/1933630… 掘金: juejin.cn/post/7532379342945…

11
6
74
7,436
Cong-Cong Pan retweeted
Wrote an article about how React Server Components integrate with a bundler. It's a deep dive into how code splitting works, how RSCs eliminate network waterfalls, how environment directives like "use client" work, CSS loading, etc. Check it out! devongovett.me/blog/parcel-r…
10
53
337
38,120
Frustrating that using `napi_create_object` & `napi_set_property` in N-API is way slower than converting data to a JSON string in Rust, passing it to JavaScript, and parsing it with `JSON.parse`. 🤣
91