SPA Dashboard with Nextjs Or plain React?
Unanswered
Rufous Hummingbird posted this in #help-forum
Rufous HummingbirdOP
I want to create a complex SPA dashboard for our company. With this dashboard, we want to manage our users, products, categories, inventories and accounting system.
The backend is ready and done with another framework.
What should I do for the front end part? Should I use the nextjs or the plain React?
The backend is ready and done with another framework.
What should I do for the front end part? Should I use the nextjs or the plain React?
3 Replies
Nextjs works great
Even for this scenario
You’ll essentially just have a bunch of static pages with the option to add server side code whenever you want