Skip to main content
Docs

Clerk TanStack React Start SDK

The Clerk TanStack React Start SDK gives you access to prebuilt components, React hooks, and helpers to make user authentication easier. Refer to the quickstart guide to get started.

Client-side helpers

Because the Tanstack React Start SDK is built on top of the React SDK, you can use the hooks that the React SDK provides. These hooks include access to the ClerkJavaScript Icon object, User objectJavaScript Icon, Organization objectJavaScript Icon, and a set of useful helper methods for signing in and signing up. Learn more in the React SDK referenceReact Icon.

Server-side helpers

The following references show how to integrate Clerk features into applications using TanStack React Start server functions and API routes.

Auth object

The auth() returns an Auth object. This JavaScript object contains important information like session data, your user's ID, as well as their organization ID. Learn more about the Auth object hereClerk Icon.

Feedback

What did you think of this content?

Last updated on