Skip to main content
The Fingerprint React SDK is an easy way to integrate Fingerprint into your React application. It supports all capabilities of the JavaScript agent and provides a built-in caching mechanism. You can view our React quickstart for a step-by-step guide to get started.

How to install

Add @fingerprintjs/fingerprintjs-pro-react as a dependency to your application via npm or yarn.
Wrap your application (or component) in FpjsProvider. 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.