Use case
Framework
Owner
React Router/4/Move Hoc To Global Scope
Moves HOC calls to the global scope
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
by@codemod
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
by@codemod
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
by@codemod
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
by@codemod
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
by@codemod
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
by@codemod
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
by@codemod
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
by@codemod
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
by@codemod
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
by@codemod
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
by@codemod
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
by@codemod
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
by@codemod
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
by@codemod
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
by@codemod
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
by@codemod
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
by@codemod
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
by@codemod
Remix/2/React Router/Upgrade
This codemod automates most of the manual steps outlined in the Remix to React Router upgrade guide.
React Router/6/UseHistory To UseNavigate
This codemod migrates
useHistory
touseNavigate
in React Router codebases. It replacesuseHistory
imports and updates all instances ofhistory.push
,history.replace
,go
,goBack
, andgoForward
to align with theuseNavigate
API.