typescript-cheatsheets/react

[Basic] `ref` as a prop and the elimination of `forwardRef`

nspaeth opened this issue · 6 comments

What cheatsheet is this about? (if applicable)
Basic cheatsheet -> forwardRef/createRef

What's your issue or idea?

React 19 introduces ref as a prop, with the future goal of eliminating forwardRef. Announcement

The ref pages should be updated to reflect this.

Can this issue be assigned to me?