fix: removed dublicated link (#4217)

removed dublicated link in react roadmap
pull/4348/head
Kyrylo Nehaturov 1 year ago committed by GitHub
parent c236bf9bf9
commit b57c4cb558
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/data/roadmaps/react/content/103-rendering/103-refs.md

@ -6,9 +6,8 @@ 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/)
- [The Complete Guide to useRef() and Refs in React](https://dmitripavlutin.com/react-useref-guide/)
- [Learn useRef in 11 Minutes - Web Dev Simplified](https://www.youtube.com/watch?v=t2ypzz6gJm0)
- [Learn useRef in 11 Minutes - Web Dev Simplified](https://www.youtube.com/watch?v=t2ypzz6gJm0)

Loading…
Cancel
Save