Skip to content

Commit

Permalink
Removed a link (#3697)
Browse files Browse the repository at this point in the history
I think there is no need to use one more link for the exact same example.
The link that I have removed, redirects the user to the old react documentation which is already listed in this md file as "Reusing Logic with Custom Hooks".
  • Loading branch information
devrahuls committed Mar 28, 2023
1 parent b042161 commit 56f0df5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Building your own Hooks lets you extract component logic into reusable functions

Visit the following resources to learn more:

- [Creating Custom Hooks](https://reactjs.org/docs/hooks-custom.html)
- [Reusing Logic with Custom Hooks](https://react.dev/learn/reusing-logic-with-custom-hooks)
- [How to create a custom Hook (1)](https://www.freecodecamp.org/news/how-to-create-react-hooks/)
- [How to create a custom Hook (2) followed by Examples](https://www.robinwieruch.de/react-custom-hook/)

0 comments on commit 56f0df5

Please sign in to comment.