gaudiaujMarch 1, 20267 min read
How I used AI to build react-bun-ssr faster, the constraints that kept the framework coherent, and the Bun-first architecture choices that made the workflow work.
aibunssrreactframeworkengineering
I built with AI assistance, but the useful part of that sentence is not the AI part. The useful part is how the work was constrained. AI helped me move faster across implementation, documentation, refactors, and test cov...
Read articlegaudiaujMarch 1, 20264 min read
Why I built react-bun-ssr as a Bun-native alternative to Next.js and Remix, what it already supports today, and what I plan to ship next.
bunssrreactnextjsremixframework
I built because I wanted a serious SSR framework in the React ecosystem that does not start from Node assumptions and does not force every project into the shape of Next.js or Remix. Next.js and Remix both matter. They p...
Read article