vaadin / hilla

Build better business applications, faster. No more juggling REST endpoints or deciphering GraphQL queries. Hilla seamlessly connects Spring Boot and React to accelerate application development.
https://hilla.dev
Apache License 2.0
895 stars 56 forks source link

Minimal Hilla Application - Without Vaadin Webcomponents and Styles #774

Open egloffmark opened 1 year ago

egloffmark commented 1 year ago

I like to use Hilla to create from scratch an application with the smallest javascript foot print as possible. The current generated default projects comes with default vaadin components and styles and can not be easily removed.

The ask is here to have really a naked / minimal application which does not contain any "unnecessary" components and styles. So developers can then easily add their own javascript, framework, client libraries, web components and styles as they need.

JusticeN commented 1 year ago

This will be great. Curious to know how to do that. I have a different design and don't need the default one.

Did you already try to play with the core library?

JusticeN commented 1 year ago

What happen when you use other components than the standard ones. Does the build result still have unused vaadin components in the final bundle?