DEV Community

Discussion on: Introduction to NextJS

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.