Replies: 2 comments 1 reply
-
The Next.js Docs has a great writeup on this. You can check it out here. https://nextjs.org/docs/migrating/from-create-react-app Let me lay out some highlights for you.
|
Beta Was this translation helpful? Give feedback.
-
Migrating from CRA (or Vite) to Next.js usually involves:
This process can be time-consuming, especially if the project is large. Would love feedback if you give it a try. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So I want to migrate a client-side-rendering REACT-App to Next.js... Why? Because of SEO issues.
The link to the website I want to migrate is this one:
https://github.com/Elindo586/techunion
Questions:
How hard is to do a migration? How much time likely?
How considerations do I need to keep in mind for the migration?
Right now I am using
database from MongoDB,
using Mongoose
Bootsrap....
and I am hosting the site on Heroku using http.
and whatever other plugin I might have..
Also.... could I convert the nextjs into a PWA as well?
Beta Was this translation helpful? Give feedback.
All reactions