From 4a1470255c3fdee188afb0d8e5ad2ff86e4cbf3e Mon Sep 17 00:00:00 2001 From: CodAffection <32505654+CodAffection@users.noreply.github.com> Date: Sat, 28 Feb 2026 13:56:03 +0530 Subject: [PATCH] Add video resources for React Hook Form courses Added a popular Udemy course on React Hook Form. --- src/data/resources.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/data/resources.tsx b/src/data/resources.tsx index f64715ff6..c7397a293 100644 --- a/src/data/resources.tsx +++ b/src/data/resources.tsx @@ -533,6 +533,17 @@ export default { }, ], video: [ + { + type: "video", + title: + "React Hook Form - The Complete Course", + url: "https://www.udemy.com/course/react-hook-form-the-complete-guide-with-react-js/?referralCode=3E2C92D62151E1659637", + authorUrl: "https://www.youtube.com/@codaffection", + author: "CodAffection", + description: + "Learn A - Z about React Hook Form library with a practical project build, An in-depth course covering the entire features of the library", + version: "7", + }, { type: "video", title: