4.9.0 • Published 11 months ago

@refinedev/react-hook-form v4.9.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Discord Twitter Follow

It eliminates repetitive tasks in CRUD operations and provides industry-standard solutions for critical project components like authentication, access control, routing, networking, state management, and i18n.

React Hook Form integration for refine

React Hook Form is one such library that helps to manage complex forms.

refine is headless by design, offering unlimited styling and customization options. Moreover, refine ships with ready-made integrations for Ant Design, Material UI, Mantine, and Chakra UI for convenience.

refine has connectors for 15+ backend services, including REST API, GraphQL, and popular services like Airtable, Strapi, Supabase, Firebase, and NestJS.

Installation & Usage

npm install @refinedev/react-hook-form react-hook-form
import { useForm } from "@refinedev/react-hook-form";

const EditPost = () => {
  const { register, handleSubmit, formState, refineCore } = useForm({
    refineCoreProps: {
      resource: "posts",
      id: "1",
    },
  });

  return; /* ... */
};

Documentation

4.9.0

11 months ago

4.8.20

1 year ago

4.8.19

1 year ago

4.8.18

1 year ago

4.8.17

1 year ago

4.8.16

1 year ago

4.8.15

1 year ago

4.8.14

1 year ago

4.8.14-alpha.0

1 year ago

4.8.13

1 year ago

4.8.9

2 years ago

4.8.8

2 years ago

4.8.5

2 years ago

4.8.4

2 years ago

4.8.7

2 years ago

4.8.6

2 years ago

4.8.1

2 years ago

4.8.0

2 years ago

4.8.3

2 years ago

4.8.2

2 years ago

4.8.10

2 years ago

4.8.12

2 years ago

4.5.0

2 years ago

4.8.11

2 years ago

4.7.0

2 years ago

4.6.0

2 years ago

4.4.1

2 years ago

4.4.0

2 years ago

4.4.2

2 years ago

4.3.0

2 years ago

4.2.4

2 years ago

4.2.3

2 years ago

4.2.2

2 years ago

4.2.1

2 years ago

4.2.0

2 years ago

4.1.6

2 years ago

4.1.5

2 years ago

4.1.4

2 years ago

4.1.3

2 years ago

4.1.2

2 years ago

4.1.1

2 years ago

4.1.0

2 years ago

4.0.0

2 years ago