Installation

Base package

RVF can be used with any flavor of React, but there's also an adapter specifically for Remix / React Router.

  • @rvf/react
  • @rvf/react-router

Install base package

npm install @rvf/react

Validation library adapter

RVF is supports Standard Schema out of the box, so you can use any compatible validation library with no adapter. Some of these include:

  • Zod
  • Valibot
  • ArkType
  • Effect Schema
  • And more

There's also an official adapter for yup. Install @rvf/yup if you want to use yup.

Install validation adapter

Supported by default!