Skip to content

Commit

Permalink
docs: add catalin rhf articles (#1095)
Browse files Browse the repository at this point in the history
Co-authored-by: Catalin Pit <[email protected]>
  • Loading branch information
Moshyfawn and catalinpit authored Nov 20, 2024
1 parent d28ad35 commit 0ea56e9
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/data/resources.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
export default {
article: [
{
type: "article",
title: "How to Create and Validate Forms With React Hook Form",
url: "https://catalins.tech/react-forms-with-react-hook-form/",
authorUrl: "https://catalins.tech/",
author: "Catalin Pit",
description:
"The article shows how to build and validate forms using the React Hook Form library.",
createdDateTime:
"Tue Mar 28 2023 16:55:46 GMT+1000 (Australian Eastern Standard Time)",
version: "7",
},
{
type: "article",
title: "Powerful Form Validation With React Hook Form and Zod",
url: "https://catalins.tech/form-validation-with-react-hook-form-zod-typescript/",
authorUrl: "https://catalins.tech/",
author: "Catalin Pit",
description:
"This article demonstrates how to use React Hook Form, Zod, and TypeScript to build powerful form validation in a React application. It covers defining a Zod schema, inferring TypeScript types, integrating the schema with React Hook Form, and adding advanced validation rules.",
createdDateTime:
"Thu Apr 06 2023 18:40:16 GMT+0200 (Eastern European Standard Time)",
version: "7",
},
{
type: "article",
title: "Managing forms with React Hook Form",
Expand Down

0 comments on commit 0ea56e9

Please sign in to comment.