NextJS for SPA
Does anyone have any thoughts on using NextJS for a pure SPA?
Assuming this is app will be delivered on a private network, therefore SSR and SEO are of no concern.
This would be delivered as a pure SPA or at most a Node server with a very limited number of routes (perhaps Auth if NextAuth is a big boon to authenticating with something like LDAP).
Is Next adding any benefit here, or is it just adding complexity for the sake of it?
2 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Would be overkill imo. React w/Vite would probably suit better