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 1/4] 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: From 296af488148a9db7b37d244de1c2f675cee61a35 Mon Sep 17 00:00:00 2001 From: CodAffection <32505654+CodAffection@users.noreply.github.com> Date: Tue, 10 Mar 2026 11:01:53 +0530 Subject: [PATCH 2/4] Modify video resource details for React Hook Form Replaced the course with YouTube video. --- src/data/resources.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/resources.tsx b/src/data/resources.tsx index c7397a293..15aa3e92b 100644 --- a/src/data/resources.tsx +++ b/src/data/resources.tsx @@ -536,12 +536,12 @@ export default { { 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", + "React Hook Form - The Free Course", + url: "https://youtu.be/lp8xXoG0xQY", 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", + "Learn A - Z about React Hook Form library with a practical project build, An in-depth course covering the fundamentals of the library", version: "7", }, { From bf70d0e6cb65b69ce99ea27e6c459f4fe68e6cf9 Mon Sep 17 00:00:00 2001 From: CodAffection <32505654+CodAffection@users.noreply.github.com> Date: Tue, 10 Mar 2026 11:08:17 +0530 Subject: [PATCH 3/4] Fix formatting of video title in resources.tsx --- src/data/resources.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/data/resources.tsx b/src/data/resources.tsx index 15aa3e92b..256fee64a 100644 --- a/src/data/resources.tsx +++ b/src/data/resources.tsx @@ -535,8 +535,7 @@ export default { video: [ { type: "video", - title: - "React Hook Form - The Free Course", + title: "React Hook Form - The Free Course", url: "https://youtu.be/lp8xXoG0xQY", authorUrl: "https://www.youtube.com/@codaffection", author: "CodAffection", From 3a86c158ba1727134fb08dad2caa890dfab42cee Mon Sep 17 00:00:00 2001 From: CodAffection <32505654+CodAffection@users.noreply.github.com> Date: Tue, 10 Mar 2026 15:06:51 +0530 Subject: [PATCH 4/4] Fix formatting of video title in resources.tsx formatted --- src/data/resources.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/resources.tsx b/src/data/resources.tsx index 256fee64a..65109dbed 100644 --- a/src/data/resources.tsx +++ b/src/data/resources.tsx @@ -535,7 +535,8 @@ export default { video: [ { type: "video", - title: "React Hook Form - The Free Course", + title: + "React Hook Form - The Free Course", url: "https://youtu.be/lp8xXoG0xQY", authorUrl: "https://www.youtube.com/@codaffection", author: "CodAffection",