Skip to content

Initial vite-package

Klaas Kliffen requested to merge initial-content into main

Greenfield development of ADEX using updated tool chain (Vite).

Following recommendations by the react-router package tutorial: https://reactrouter.com/en/main/start/tutorial it should build quicker locally and has a nicer project structure in regards of routing and components.

One of the main changes in react-router is the addition of loaders which get called based on the "route" in the front-end which requires a re-thinking of structuring components that show and use that data.

Merge request reports