1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-22 17:02:58 +02:00

fix: removed dublicated link (#4217)

removed dublicated link in react roadmap
This commit is contained in:
Kyrylo Nehaturov
2023-08-17 05:01:29 +03:00
committed by GitHub
parent c236bf9bf9
commit b57c4cb558

View File

@@ -6,7 +6,6 @@ In the typical React dataflow, props are the only way that parent components int
Visit the following resources to learn more:
- [Refs and DOM](https://react.dev/learn/referencing-values-with-refs)
- [Referencing Values with Refs](https://react.dev/learn/referencing-values-with-refs)
- [Manipulating the DOM with Refs](https://react.dev/learn/manipulating-the-dom-with-refs)
- [Examples of using refs in React](https://www.robinwieruch.de/react-ref/)