Files
bun.sh/packages/bun-framework-react
2025-10-02 18:14:47 -07:00
..
2025-09-25 19:42:06 -07:00
2025-09-24 18:55:19 -07:00
2025-09-30 22:04:08 -07:00
2025-10-02 18:14:47 -07:00
2025-09-24 19:20:30 -07:00
2025-09-30 19:18:21 -07:00
2025-10-02 18:14:47 -07:00
2025-09-24 19:08:31 -07:00
2025-09-30 18:46:34 -07:00
2025-09-24 18:55:19 -07:00

bun-framework-react

An implementation of the Bun Rendering API for React, with RSC (React Server Components)

  1. bun add bun-framework-react --dev
  2. Make a pages/index.tsx file, with a page component defualt export
  3. Run bun --app
  4. Open localhost:3000 🎉