how to migrate CRA to next js
Unanswered
Valentine ant posted this in #help-forum
Valentine antOP
its hard to change project to next js
i have ecommerce website and i want to migrate to next
i have ecommerce website and i want to migrate to next
1 Reply
https://nextjs.org/docs/app/building-your-application/upgrading/from-vite
its Vite not CRA, but it shouldn't be too different. This should get you to a starting point where your app runs in next.js. After that you can adopt more next.js features incrementally.
its Vite not CRA, but it shouldn't be too different. This should get you to a starting point where your app runs in next.js. After that you can adopt more next.js features incrementally.