BoostV / process-optimizer-frontend

A web frontend for ProcessOptimizer
BSD 3-Clause "New" or "Revised" License
10 stars 3 forks source link

Migrate to Vite.js #197

Closed langdal closed 1 year ago

langdal commented 2 years ago

The project was created as a Next.js application because it was uncertain whether there would be a server component and whether there would be a need for SSR. The project has evolved to a stage where the most likely deployment scenarios are a statically hosted site based on existing web server components, e.g., nginx etc. Also, the SSR functionality of Next.js as well as the hidden configuration managed by Next.js makes it hard to control specific customizations. Therefore, we should migrate to a more basic setup. It could either be plain CRA or it could be Vite based. The latter being the preferred option.