Create a Persistent Reference to a Value Using React useRef Hook

Paul McBride
InstructorPaul McBride

Social Share Links

Tweet

The useRef is a hook for creating values that persist across renders. In this lesson we'll learn how to use the useRef hook to measure the width of an element as it changes.