Ccodemod-com-bot

react-19-replace-create-factory

Replace deprecated React.createFactory calls with JSX

ReactcreateFactoryJSX
Public
3 executions

Run locally

npx codemod react-19-replace-create-factory

react-19-replace-create-factory

Replace deprecated React.createFactory(...) and createFactory(...) calls with JSX.

This codemod mirrors react/19/replace-create-factory from codemod/commons.

Usage

bash

Example

Before

tsx

After

tsx

Ready to contribute?

Build your own codemod and share it with the community.