View on GitHub

React Hook Form Plus

(RHF+)

RHF Plus Logo
npm downloads npm total downloads license

React Hook Form Plus (RHF+) is an enhanced fork of React Hook Form. It is designed to be a drop-in replacement for React Hook Form, so you can use it in your existing projects without any changes.

Quick Start

Installation

npm install @bombillazo/rhf-plus

yarn add @bombillazo/rhf-plus

pnpm add @bombillazo/rhf-plus

Simply replace your React Hook Form import:

// Before
import { useForm } from 'react-hook-form';

// After
import { useForm } from '@bombillazo/rhf-plus';

✨ Enhancements

Major Features

Minor Improvements

⚠️ Performance Note

We’ve optimized enhancements and features to minimize the impact on form performance. That said, adding new form states, methods, and data events results in the unavoidable outcome of: