Skip to content

Commit cb21651

Browse files
authored
Add video resources for React Hook Form courses (#1192)
* Add video resources for React Hook Form courses Added a popular Udemy course on React Hook Form. * Modify video resource details for React Hook Form Replaced the course with YouTube video. * Fix formatting of video title in resources.tsx * Fix formatting of video title in resources.tsx formatted
1 parent a0a580d commit cb21651

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/data/resources.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,17 @@ export default {
533533
},
534534
],
535535
video: [
536+
{
537+
type: "video",
538+
title:
539+
"React Hook Form - The Free Course",
540+
url: "https://youtu.be/lp8xXoG0xQY",
541+
authorUrl: "https://www.youtube.com/@codaffection",
542+
author: "CodAffection",
543+
description:
544+
"Learn A - Z about React Hook Form library with a practical project build, An in-depth course covering the fundamentals of the library",
545+
version: "7",
546+
},
536547
{
537548
type: "video",
538549
title:

0 commit comments

Comments
 (0)