React Google ReCaptcha
Introduction
🔑 React Google ReCaptcha is a React-specific implementation that allows you to easily and quickly integrate Google ReCaptcha into your React applications. This library provides React components and hooks that make working with ReCaptcha simple and intuitive.
Installation
To use React Google ReCaptcha in your project, you need to install the package from npm. Choose your preferred package manager from the options below:
bash
npm install @google-recaptcha/react
bash
yarn add @google-recaptcha/react
bash
pnpm add @google-recaptcha/react
bash
bun add @google-recaptcha/react
Features
- Support all recaptcha versions - support v3, v2-checkbox, v2-invisible
- Enterprise mode - support enterprise
- TypeScript support out of the box - fully typed package for better developer experience
- SSR compatible - works seamlessly with Next.js and other React SSR frameworks