Is it a good idea to use Next.js 13 App router for programming an admin dashboard, or should I build it as a single-page application using pure React? Next.js seems to struggle with interactivity on slower connections. Which option offers better performance and interactivity?
I would like to know your opinion on the pros and cons of using Next.js 13 versus developing a clean React SPA for an admin dashboard. What are the potential benefits, drawbacks, and considerations in terms of interactivity? SEO is not important for this project.
Thank you for your insights