You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the dashboard uses NextJS 13/14 with the App router. However, they seem to be going away from the SPA approach. At least our app is not deployable as a static site with their app-router which makes it significantly more complicated to deploy.
Our dashboard does not need any server but the Tenta server. Hence, the frontend build architecture should be redone so that it is a simple SPA again.
This does not require much change of the subpages since the Dashboard is already designed as a client-side-routed SPA. One just has to move from NextJS routing to manual client-side routing.
The text was updated successfully, but these errors were encountered:
Right now, the dashboard uses NextJS 13/14 with the App router. However, they seem to be going away from the SPA approach. At least our app is not deployable as a static site with their app-router which makes it significantly more complicated to deploy.
Our dashboard does not need any server but the Tenta server. Hence, the frontend build architecture should be redone so that it is a simple SPA again.
I will use Vite and React Router for that.
This does not require much change of the subpages since the Dashboard is already designed as a client-side-routed SPA. One just has to move from NextJS routing to manual client-side routing.
The text was updated successfully, but these errors were encountered: