Running static app as SPA #73273
Unanswered
oleksii-matiunin-hb
asked this question in
App Router
Replies: 1 comment 1 reply
-
I don't think this is possible or easy to do. Next is just not about that.. even if it is somehow possible, it will probably be problematic and painful in the long run. If you need SPA use React 🤷♂️ To avoid reloads on redirects, use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I'm trying to run Next (14.2.13) as SPA using:
The only solution I could achieve so far is just static website with reloads the page on every redirect. Could someone guide me how I can move forward and get just one page with loading different bundles?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions