React or Nextjs ?
Unanswered
(-.-) posted this in #help-forum
(-.-)OP
Is Next.js mostly used to create blogs and news pages? For example, I need to create a CRM-like dashboard. I don't need SEO. Would it be better to use React or Next.js?
2 Replies
Toyger
depends on your requirements, react SPA + some backend will have better hardware performance, but nextjs have it's own features like built-in convenient router/caching/RSC support.
@Toyger depends on your requirements, react SPA + some backend will have better hardware performance, but nextjs have it's own features like built-in convenient router/caching/RSC support.
(-.-)OP
In React's own documentation, they recommend using Next.js or another framework, so I was in doubt.