Skip to content

Commit 0ea56e9

Browse files
docs: add catalin rhf articles (#1095)
Co-authored-by: Catalin Pit <[email protected]>
1 parent d28ad35 commit 0ea56e9

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/data/resources.tsx

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
export default {
22
article: [
3+
{
4+
type: "article",
5+
title: "How to Create and Validate Forms With React Hook Form",
6+
url: "https://catalins.tech/react-forms-with-react-hook-form/",
7+
authorUrl: "https://catalins.tech/",
8+
author: "Catalin Pit",
9+
description:
10+
"The article shows how to build and validate forms using the React Hook Form library.",
11+
createdDateTime:
12+
"Tue Mar 28 2023 16:55:46 GMT+1000 (Australian Eastern Standard Time)",
13+
version: "7",
14+
},
15+
{
16+
type: "article",
17+
title: "Powerful Form Validation With React Hook Form and Zod",
18+
url: "https://catalins.tech/form-validation-with-react-hook-form-zod-typescript/",
19+
authorUrl: "https://catalins.tech/",
20+
author: "Catalin Pit",
21+
description:
22+
"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.",
23+
createdDateTime:
24+
"Thu Apr 06 2023 18:40:16 GMT+0200 (Eastern European Standard Time)",
25+
version: "7",
26+
},
327
{
428
type: "article",
529
title: "Managing forms with React Hook Form",

0 commit comments

Comments
 (0)