Never Worry About CORS Again With Bun’s Rendering API
JSNation US 2025

Upcoming
Never Worry About CORS Again With Bun’s Rendering API

Fixing CORS errors is a frustrating rite of passage for every web developer. Bun's Rendering API makes it trivial to run your frontend and API on the same server, eliminating the entire category of cross-origin errors. Developers no longer need to wrestle with complex server-side headers or proxy requests just to fetch data from a different domain.
Building Full Stack React Apps with Bun
React Summit 2025

14 min
Building Full Stack React Apps with Bun

Server Components with Bun
Node Congress 2023

7 min
Server Components with Bun
Top Content

An early look at using server components via Bun’s new bundler, with and without React.
How Bun Makes Building React Apps Simpler & Faster
How Bun Makes Building React Apps Simpler & Faster

Bun’s builtin JSX transpiler, hot reloads on the server, JSX prop punning, macro api, automatic package installs, console.log JSX support, 4x faster serverside rendering and more make Bun the best runtime for building React apps