skills/smithery.ai/Bun React SSR

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
First Seen
Bun React SSR from smithery.ai