MemotivaComponent Patterns

What is forwardRef in React?

Component Patterns

Audio flashcard · 0:11

Nortren·

What is forwardRef in React?

0:11

forwardRef is a function that lets a component receive a ref from its parent and forward it to a DOM element or another component. It is useful for wrapper components that need to expose an underlying element to their consumers.