Skip to content

Add Vite to the template #12154

@vanillajonathan

Description

@vanillajonathan

Is your proposal related to a problem?

Hot Module Replacement (HMR) can be slow in large SPA. Tooling is difficult to configure, example proxy things to a backend API.

Describe the solution you'd like

Vite is a front end tooling with lightning fast Hot Module Replacement (HMR).
Instead of recompiling the whole application it just replaces the module that changed, this makes it very fast, especially for larger SPAs resulting in a better developer experience through a faster inner development loop.
Easier configuration with vite.config.js.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions