docs-sandpack

Installation
SKILL.md

Sandpack Patterns

Quick Start Template

Most examples are single-file. Copy this and modify:

<Sandpack>

` ` `js
import { useState } from 'react';

export default function Example() {
  const [value, setValue] = useState(0);
Installs
61
GitHub Stars
11.8K
First Seen
Feb 1, 2026
docs-sandpack — reactjs/react.dev