1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-03-18 22:29:42 +01:00

Removed a link (#3697)

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".
This commit is contained in:
Rahul Saw 2023-03-28 21:37:43 +05:30 committed by GitHub
parent b042161e29
commit 56f0df549d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/)