React18 String Refs

Migrate React string refs, ref="name" assignments, and this.refs.name access to React.createRef(), callback refs, or child ref forwarding. Use this skill when migrating React 18.3.1 warnings or React 19 removals involving single refs, multiple refs, list refs, callback refs, or refs passed to child components.

paulasilvatech 1167d27 2 files · 12.1 KB Updated

File contents

paulasilvatech/awesome-harness-primitives/tree/main/harness/github-copilot/skills/react18-string-refs commit 1167d2790d

Frequently asked questions

npx skillmds@latest add paulasilvatech/react18-string-refs-2