Skip to content

Commit bc8575f

Browse files
(chore) remove prebuilt components section from react sdk overview (#1807)
Co-authored-by: victoria <[email protected]>
1 parent 0265cfa commit bc8575f

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

docs/references/react/overview.mdx

+1-15
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,7 @@ description: Learn how to integrate Clerk into your React application using the
55

66
The React SDK is built on top of the JavaScript SDK, and is the recommended method for integrating Clerk into your React application.
77

8-
## Key features
9-
10-
### Pre-built components
11-
12-
The React SDK provides access to [Clerk components](/docs/components/overview) for user and organization management, including:
13-
14-
- [Sign-in](/docs/components/authentication/sign-in)
15-
- [Sign-up](/docs/components/authentication/sign-up)
16-
- [Account switching](/docs/components/user/user-button)
17-
- [User profile management](/docs/components/user/user-profile)
18-
- [Organization switching](/docs/components/organization/organization-switcher)
19-
- [Organization management](/docs/components/organization/organization-profile)
20-
- [Control components](/docs/components/control/signed-in)
21-
22-
### Custom hooks
8+
## Custom hooks
239

2410
The React SDK provides access to custom hooks that provide direct access to the [`Clerk` object](/docs/references/javascript/clerk/clerk), a user's [`User` object](/docs/references/javascript/user/user), and helper methods for authentication flows.
2511

0 commit comments

Comments
 (0)