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
Explore community-led codemods to migrate, optimize, and transform your codebase.
Build your own codemod and share it with the community.
Replace deprecated React.createFactory calls with JSX
Build your own codemod and share it with the community.