Use case
Framework
Owner
Webpack To Rspack/Migrate Update Babel Loader To Swc Loader
Using builtin:swc-loader offers better performance compared to the babel-loader and the external swc-loader, as it avoids frequent communication between JavaScript and Rust.
Remix Js/V2/Migration Recipe
This recipe is a set of codemods that will help migrate to Remix.js v2.
Remix Js/V2/Typescript 2 Update Links Function And Property Names
Route links properties should all be the React camelCase values instead of HTML lowercase values.
Styledictionary/4/Type
What Changed
TypeScript/V5.6/Arrow Function Condition To Binary Expression
Identify cases where an arrow function is mistakenly used instead of a comparison operator (e.g., x => 0 instead of x >= 0) and convert the arrow function expressions to proper comparison operations.
TypeScript/V5.6/Add Test For Regex In Conditional
Add .test() to regex literals in conditionals
Typescript/Remove Console
This codemod removes all
console
statements from your TypeScript and JavaScript filesReact/19/Migration Recipe
This recipe is a set of codemods that will fix some of React 19 breaking changes.
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
Typescript/Use Template Literals
This codemod replaces string concatenations with template literals.
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
Typescript/Remove Public Modifier
This codemod removes public modifier in interface declarations as it is implicit.
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
React/Replace React Fc Typescript
This codemod removes
React.FC
,React.FunctionComponent
andReact.SFC
and replaces the Props as the type of the unique argument in the component definition.Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
React/Prop Types Typescript
Codemod to convert React PropTypes to TypeScript types.
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
Mui/5/Core Styles Import
Renames private import from
core/styles/*
tocore/styles
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
Antd/Remove Static Method
Replace message.warn with message.warning. Replace notification.close with notification.destroy.
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
Antd/Remove Component
Replace import for removed component in v5.
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
Antd/Remove Style Import
Comment out the style file import from antd (in js file).
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
Antd/Props Changed
This codemod changes the way the component props are applied.
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community