Next.js Discord

Discord Forum

Migrating from create-react-app to Next.js 13 App router

Unanswered
Cuban Crocodile posted this in #help-forum
Open in Discord
Avatar
Cuban CrocodileOP
I want to migrate a complex React app built with CRA to the latest Next.js 13. I checked online but I don't find any helpful resources. Even official Next.js docs has content only related to [Vite](https://nextjs.org/docs/app/building-your-application/upgrading/from-vite).

I am trying the Vite doc and facing issues regarding incompatibility with MUI. Now I am first upgrading MUI to v5 but still would love any help.

3 Replies

Avatar
joulev
I think the best bet is to rewrite the app in the app router based on old code
Avatar
Cuban CrocodileOP
I want to avoid that 😅
Avatar
joulev
As far as I know there are no satisfactory tools to migrate from CRA to the app router