Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Dashboard Build Architecture #26

Open
dostuffthatmatters opened this issue Nov 16, 2023 · 0 comments
Open

Change Dashboard Build Architecture #26

dostuffthatmatters opened this issue Nov 16, 2023 · 0 comments

Comments

@dostuffthatmatters
Copy link
Member

dostuffthatmatters commented Nov 16, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant