> ## Documentation Index
> Fetch the complete documentation index at: https://docs.story.foundation/llms.txt
> Use this file to discover all available pages before exploring further.

# React Guide

> Learn how to integrate the TypeScript SDK to work with React-based apps.

The best way to get started is to get your hands dirty and start building.

<CardGroup cols={2}>
  <Card title="React Quickstart" href="https://github.com/storyprotocol/react-quickstart" icon="thumbs-up">
    A working code example that shows setting up & calling TypeScript SDK
    functions in Next.js/React.
  </Card>

  <Card title="SDK Reference" href="/sdk-reference" icon="books">
    View the whole SDK reference, which shows examples and types for every function in our SDK.
  </Card>
</CardGroup>

In the following series of tutorials, you will learn how to setup the TypeScript SDK in React.
