This repo provides codemods for migrating from Remix to React Router v7.
See the README at remix-to-react-router/README.md for details.
Please see the commit here that uses the epic-stack as an example of the changes the codemod remix/2/react-router/upgrade will make.
- Install Codemod: https://docs.codemod.com/deploying-codemods/cli#installation
- Run
codemod remix/2/react-router/upgradeon the path you want to modify.
cd packages/remix-to-react-router
codemod login
codemod publishThis project is licensed under the MIT License.