diff --git a/src/data/roadmaps/react/content/useref@t_laNdMmdLApYszqXRdWg.md b/src/data/roadmaps/react/content/useref@t_laNdMmdLApYszqXRdWg.md index 4e2b7382c..5147c2626 100644 --- a/src/data/roadmaps/react/content/useref@t_laNdMmdLApYszqXRdWg.md +++ b/src/data/roadmaps/react/content/useref@t_laNdMmdLApYszqXRdWg.md @@ -1 +1,8 @@ -# useRef \ No newline at end of file +# useRef + +useRef is a React hook that provides a way to create a mutable reference that persists across component re-renders. It stores a value that doesn't cause re-renders when it changes. + +Visit the following resources to learn more: +- [@official@useRef](https://react.dev/reference/react/useRef) +- [@article@W3Schools](https://www.w3schools.com/react/react_useref.asp) +- [@video@WebDevSimplified](https://www.youtube.com/watch?v=t2ypzz6gJm0)