Installation
Base package
RVF can be used with any flavor of React, but there's also an adapter specifically for Remix.
@rvf/react
@rvf/remix
Install base package
npm install @rvf/react
Validation library adapter
RVF is validation library agnostic, but there are official adapters available for zod
, yup
, and valibot
.
@rvf/zod
@rvf/yup
@rvf/valibot
Install validation adapter
npm install @rvf/zod