Converting Create-React-App to Next.js from Vercel

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Thank you very much. I have got a question: "If I already have a react project with react-router-dom already configured, should I delete its logic and rewrite to NextJS?"
Also, I have redux on my react project, will it work with NextJS?

P.S. Other videos on youtube are just tutorials on how to start a new project with NextJS, but you actually explained how to migrate react to NextJS.
The video deserves much more likes and views

ismoilshokirov
Автор

Great video, it's nice to see how Next.js works.

natesmith
Автор

Moving reactjs to nextjs can be pain in the ass for the beginner who needs ssr... Your video how you do it with confidence helps a lot. Thank you!

underlecht
Автор

Exactly what I was looking for. Thanks 🙏

tarkiba_
Автор

Great video Daniel. Learned a lot. Thanks

DrLouellLSala
Автор

Thanks daniel I'm also moving my react project into next.js. This video gives me some idea thanks for this. I will ask if need any help

chandshaikh
Автор

8:44 pasting app.js into the index.js of nextjs
11:57 global css cannot be imported error

aninda
Автор

what is the terminal you're using ?

Dopamine
Автор

when i copied my files out of the new folder into the old folder, my package-lock.json, my favicon.ico, my package.json, and my readme files showed red text and that they had a bug in them. I changed the name, but it still is showing that they have a bug.

JenniferElliottWebsites