Back to Developer Roadmap

useRef

src/data/roadmaps/react/content/useref@t_laNdMmdLApYszqXRdWg.md

4.0375 B
Original Source

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: