Clarify UI direction: use Next batteries or switch to SPA tooling #136
adelindanaila
started this conversation in
General
Replies: 1 comment
-
|
Hey @adelindanaila , thanks for bringing this up. You are correct to understand that Pages router was kept for backward compatibility. Since then, the app has evolved to be largely client-first (React Query, interactive UI, no real SSR/SEO needs). Also, in practice:
So Next isn’t really part of the production runtime today. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi maintainers 👋 quick architecture questions.
The UI currently looks SPA-first (Pages Router + client-side React Query) on Next.js 15. As I understand it, Pages Router is mainly kept for backward compatibility, while newer Next guidance favors App Router for new work.
Tagging @siddhant-galileo for context on the current UI direction. Also, from the outside it looks like a mixed approach (Next + SPA patterns), and I’m not sure we’re benefiting from Next’s bigger features (routing/data composition/App Router conventions).
Could we clarify:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions