DEV Community

Discussion on: Introduction to NextJS

Collapse
 
icecoffee profile image
Atulit Anand

I like it!
But this led me to a question too,
Is nextjs better then create-react-app?

Collapse
 
natalia_asteria profile image
Natalia Asteria • Edited

Obviously it is

Collapse
 
icecoffee profile image
Atulit Anand

I meant like create react app + react router + flux or redux = better solution then next js
Because of client side routing and flux can handle data easily

Thread Thread
 
natalia_asteria profile image
Natalia Asteria • Edited

You can use those in Nextjs. Also Nextjs have client-side rendering on top of SSR, which is how it's done by default in Nuxtjs.

Collapse
 
icecoffee profile image
Atulit Anand

Guess I'm learning nextjs next lol.
I thought express was better like with cra maybe express is not production ready.

Collapse
 
ivan_jrmc profile image
Ivan Jeremic

Learn Nextjs

Collapse
 
icecoffee profile image
Atulit Anand

Yessir πŸ˜€

Collapse
 
olenadrugalya profile image
Olena Drugalya

It really depends on the project. I have used CRA during my study, but it’s not used for large projects. NextJS is way more better - it includes already everything you need plus search engine crowlers can easily search for data