chore: add resource under react:rendering:refs

feat/faves
roadmap bot 1 year ago
parent 564f48540e
commit c7ef97cb4f
  1. 4
      src/data/roadmaps/react/content/103-rendering/103-refs.md

@ -6,9 +6,9 @@ In the typical React dataflow, props are the only way that parent components int
Visit the following resources to learn more: Visit the following resources to learn more:
- [Refs and DOM](https://reactjs.org/docs/refs-and-the-dom.html) - [Refs and DOM](https://react.dev/learn/referencing-values-with-refs)
- [Referencing Values with Refs](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) - [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/) - [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/) - [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