astarte-platform / astarte-dashboard

Astarte dashboard
http://astarte-platform.org
Apache License 2.0
17 stars 15 forks source link

Migrate from Create React App to Vite #405

Closed davidebriani closed 7 months ago

davidebriani commented 7 months ago

This PR migrates the Dashboard's development environment from Create React App to Vite. Create React App by itself has several limitations and it's now only considered as a quick launcher tool for small projects, see: https://github.com/reactjs/react.dev/pull/5487#issuecomment-1409720741. On the other hand, Vite has emerged as a good development environment with out-of-the-box support for modern tooling (TypeScript, JSX, CSS, native ES modules, Rollup and its plugin ecosystem).

Notable changes: