|
1 | 1 | export default {
|
2 | 2 | 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 | + }, |
3 | 27 | {
|
4 | 28 | type: "article",
|
5 | 29 | title: "Managing forms with React Hook Form",
|
|
0 commit comments