Engineering journal
Blog
Field notes from the team building a faster, simpler full-stack React framework with Rust and Bun.
Featured story
Introducing Swift Rust
A full-stack React framework powered with Rust + Bun, designed to feel as familiar as the one you already use.
The Swift Rust Team·4 min read
From the team
Latest writing
5 articles
- ·7 min read01
Why we shipped four rendering modes
SSR + WASM, SSR only, SSR + HTMX, and full WASM. One isn't enough. Here is why.
architecturessrwasm - ·9 min read02
Streaming SSR in Rust, without the headache
How we built a streaming SSR pipeline that handles async components and Suspense correctly.
ssrrustinternals - ·3 min read03
Fonts, without the FOUT
2,071 Google fonts, automatic subsetting, and zero layout shift.
fontsperformance - ·11 min read04
Inside the SWC plugin
How we turned a 200-millisecond build into a 12-millisecond build.
compilerswcperformance - ·5 min read05
Deploy one binary, scale forever
How compiling your app to a Rust binary changes the way you ship.
deploymentinfrastructure