@CongCongPani
iAccount based inSingapore!
About this account
- Account based in
- Singapore
- Connected via
- China App Store
! X says this location may be affected by a proxy or VPN.
Account-level information from X, not a live location or the device used for a specific post.
Saw how I could let the years run off, buffet the winter through, and see the spring come in.
Joined January 2025
- Tweets56
- Following48
- Followers62
- Likes213
Cong-Cong Pan retweeted
Replying to @ReactRouter
@ReactRouter 8 on Rsbuild 🚀
Framework Mode, SSR, SPA, static prerendering, and experimental React Server Components.
Passing all test cases from RR Repo!
github.com/rstackjs/rsbuild-…
I only recently learned that Rsbuild fully supports React Router Framework Mode. Huge kudos to @ScriptedAlchemy for the outstanding work!
github.com/rstackjs/rsbuild-…
Rspack is written in Rust, but source maps count columns in UTF-16.
That’s a LOT of UTF-16 length calculations—so I built simd-utf16-len ⚡
SIMD-powered counting, up to 12× faster than encode_utf16().count() in benchmarks.
github.com/SyMind/simd-utf16…
I’m using AI agents to make Lightning CSS output smaller ⚡
Automating the workflow: real-world CSS → minifier diffs → regression tests → fixes → upstream PRs.
Cong-Cong Pan retweeted
Replying to @reactjs
@reactjs owns the UI. @EffectTS_ owns the runtime.
effective-rsc is an Effect-native RSC framework for @bunjavascript, built on @rspack_dev and the Navigation API.
More details in the blog post linked below.
In my view, drawing on experience building Rspack, Rslib places particular emphasis on generating output that downstream bundlers can consume and tree-shake effectively.
🦀 Rslib 1.0 is here!
📦 Multiple output formats, including Module Federation
🔀 Bundled or bundleless
⚛️ Component libraries across frameworks
🎨 Built-in CSS and asset support
🔵 TypeScript 7 support for fast declarations
See what's new in Rslib 1.0 👇
rslib.rs/blog/v1-0
Cong-Cong Pan retweeted
In the next release, Rsbuild will enable chunk splitting by default for Node.js builds. This reduces duplicate code across chunks and makes SSR apps more efficient.
The benchmark below is a TanStack Start stress test case with many routes and shared modules:
Good!
Replying to @TheBlinks182 @jiahan_c @schanuelmiller @rspack_dev @tan_stack @tannerlinsley @CongCongPan
Done - github.com/web-infra-dev/rsb…
Reviews and feedback are very welcome! :)
Rsbuild ❤️ Tanstack
Cong-Cong Pan retweeted
Just found Rshono 👀
Updated the llms.txt to include llms.txt links to @honojs and @rspack_dev and @reactjs and added AGENTS.md to the default scaffolder command: rshono.com.
Cong-Cong Pan retweeted
🆕 Rstest now supports per-file environment overrides via comments 🦀
Need `jsdom` or `happy-dom` for a specific UI test?
Just add a simple docblock comment~
/**
* @rstest-environment jsdom
*/
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…
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
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-…
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…
Cong-Cong Pan retweeted
We rely on GitHub every day, so it's really exciting to see Rspack being used by GitHub as well. ❤️
🚀 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
The PR is here: github.com/vercel/next.js/pu…