Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 635 Bytes

File metadata and controls

16 lines (11 loc) · 635 Bytes
title useClerk()
description Access and manage the Clerk object in your React application with Clerk's useClerk() hook.
sdk chrome-extension, expo, nextjs, react, react-router, tanstack-react-start

Warning

This hook should only be used for advanced use cases, such as building a completely custom OAuth flow or as an escape hatch to access to the Clerk object.

The useClerk() hook provides access to the Clerk object, allowing you to build alternatives to any Clerk Component.

Example