Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/data/resources.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ export default {
author: "Swizec Teller",
description: "",
},
{
title: "Top 10 React Hook Form Mistakes Developers Must Avoid",
url: "https://codehazel.com/blog/common-mistakes-using-react-hook-form/",
authorUrl: "https://codehazel.com/author/david",
author: "David",
description: "Avoid these 10 common mistakes with React Hook Form that can break your forms, hurt performance....",
},
{
url: "https://blog.bitsrc.io/react-hook-form-an-elegant-solution-to-forms-in-react-4db64505b0cd",
title: "React Hook Form — An Elegant Solution to Forms in React",
Expand Down
Loading