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

# React 가이드

> React 기반 앱과 함께 작동하도록 TypeScript SDK를 통합하는 방법을 알아봅니다.

시작하는 가장 좋은 방법은 직접 손을 더럽히고 빌드를 시작하는 것입니다.

<CardGroup cols={2}>
  <Card title="React 빠른 시작" href="https://github.com/thedatafoundation/react-quickstart" icon="thumbs-up">
    Next.js/React에서 TypeScript SDK 함수를 설정하고 호출하는 방법을 보여주는
    작동하는 코드 예제입니다.
  </Card>

  <Card title="SDK 참조" href="/sdk-reference" icon="books">
    SDK의 모든 함수에 대한 예제와 타입을 보여주는 전체 SDK 참조를 확인하세요.
  </Card>
</CardGroup>

다음 일련의 튜토리얼에서는 React에서 TypeScript SDK를 설정하는 방법을 배웁니다.
