Clerk React SDK
The Clerk React SDK is a wrapper around the Clerk JavaScript SDK. It is the recommended way to integrate Clerk into your React application.
Clerk React provides React.js implementations of Clerk components; highly customizable, prebuilt components that you can use to build beautiful user management applications. You can find display components for building sign-in, sign-up, account switching, and user profile management pages as well as flow control components that act as helpers for implementing a seamless authentication experience.
Clerk React provides a suite of custom hooks. These hooks give you access to the Clerk
object, and a set of useful helper methods for signing in and signing up.
Setting up Clerk React
You need to create a Clerk application in your Clerk Dashboard before you can set up Clerk React. For more information, see the setup guide.
Once a Clerk application has been created, you can install and start using Clerk React in your application. The quickstart guide will have all the information you need to get started.
Feedback
Last updated on