From b57c4cb558eac329d284e6bd4bfb380699ea3852 Mon Sep 17 00:00:00 2001 From: Kyrylo Nehaturov <52658123+nehaturov@users.noreply.github.com> Date: Thu, 17 Aug 2023 05:01:29 +0300 Subject: [PATCH] fix: removed dublicated link (#4217) removed dublicated link in react roadmap --- src/data/roadmaps/react/content/103-rendering/103-refs.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/data/roadmaps/react/content/103-rendering/103-refs.md b/src/data/roadmaps/react/content/103-rendering/103-refs.md index 22e51ed19..705278475 100644 --- a/src/data/roadmaps/react/content/103-rendering/103-refs.md +++ b/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) \ No newline at end of file +- [Learn useRef in 11 Minutes - Web Dev Simplified](https://www.youtube.com/watch?v=t2ypzz6gJm0)