Skip to main content
The Fingerprint React SDK is an easy way to integrate Fingerprint into your Next.js application. It supports all capabilities of the JavaScript agent and provides a built-in caching mechanism.

How to install

Add @fingerprint/react as a dependency to your application via npm or yarn.
Wrap your application (or component) in FingerprintProvider. You need to specify your public API key and other configuration options based on your chosen region and active integration.
JavaScript
Use the useVisitorData hook in your components to identify visitors.
JavaScript

Documentation

You can find the full documentation in the official GitHub repository. The repository also contains an example app demonstrating the usage of the library.

Migration guide for React SDK v3.0.0

You can find the migration guide on the React SDK page.