Back to Explore

react-hook-form/resolvers

GitHub
1 updates · last 90 days1 watchersOpen source

Last release: 1 week ago

Provides validation “resolvers” for React Hook Form, letting you plug in external validation libraries like Yup, Zod, Joi, Ajv, and others. Useful if you want to validate form input using the schema library you already prefer, optionally with TypeScript type inference from the schema.

Project status

  • The react-hook-form/resolvers source appears actively maintained, with recent updates including v5.4.0 on 2026-05-21 and additional updates in 2025 (v5.2.2, v5.2.1).
  • The apparent update cadence is somewhat irregular, roughly around 1 to 2 months between v5.2.1 (2025-07-29) and v5.2.2 (2025-09-14), then a longer gap until v5.4.0 (2026-05-21).

AI summary generated Today

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • v5.4.0

    1 week ago

    v5.4.0 introduces a new `ata-validator` resolver (`ataResolver`) with accompanying React Hook Form integration tests, including native validation behavior. The release also includes a fix to `toNestErrors.ts`, and a documentation note about passing context to `yupResolver`.

    Features
  • v5.2.2

    8 months ago

    Release v5.2.2 contains a Zod-related bug fix focused on the Zod 4 resolver. The release notes only mention an output type correction for the Zod 4 resolver.

    Breaking
  • v5.2.1

    10 months ago

    Release v5.2.1 updates the Zod v4 support in @hookform/resolvers, specifically around discriminated unions and correct resolver output typing for Zod 4. It also adjusts the package peer dependency range to allow Zod v4.