Andrew's Digital Garden

ref in React 19

In React 19, ref is now just a regular prop. This means forwardRef is no longer necessary, and will be removed in a later version.

refs passed to classes are not passed as props since they reference the component instance.

[[react]]

Referred in

ref in React 19