Ccodemod-com-bot

react-new/replace-string-ref

Replace string refs with callback refs in React class components

React
Private
0 executions
Run locally
npx codemod @react-new/replace-string-ref
Documentation

replace-string-ref

Replace string refs in React class components with callback refs that assign through this.refs.

Usage

bash

Development

bash
Before

This is one example from the codemod's test cases. The codemod may handle many more cases.

Ready to contribute?

Build your own codemod and share it with the community.