bun-react-ssr

Installation
SKILL.md

Bun React SSR

Build custom server-rendered React applications with Bun.

Quick Start

# Initialize project
mkdir my-ssr-app && cd my-ssr-app
bun init

# Install dependencies
bun add react react-dom
bun add -D @types/react @types/react-dom

Basic SSR Setup

Server Entry

Installs
174
GitHub Stars
172
First Seen
Apr 4, 2026
bun-react-ssr — secondsky/claude-skills