From d4e5bae03b189aee4c447b6d055c5692a03c63b9 Mon Sep 17 00:00:00 2001 From: Codeguage <99533223+codeguage-code@users.noreply.github.com> Date: Sat, 11 May 2024 01:35:36 +0500 Subject: [PATCH] Added new resource for refs (#3574) --- src/data/roadmaps/react/content/103-rendering/103-refs.md | 1 + 1 file changed, 1 insertion(+) 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 705278475..6f8035e8e 100644 --- a/src/data/roadmaps/react/content/103-rendering/103-refs.md +++ b/src/data/roadmaps/react/content/103-rendering/103-refs.md @@ -10,4 +10,5 @@ Visit the following resources to learn more: - [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/) +- [What Exactly Are Refs? - React - CodeGuage](https://www.codeguage.com/courses/react/refs) - [Learn useRef in 11 Minutes - Web Dev Simplified](https://www.youtube.com/watch?v=t2ypzz6gJm0)