hilla
hilla copied to clipboard
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.
### Describe your motivation While most changes involved in upgrading a Hilla project from 2.4 to 24.4 are mechanical, they still require reading many doc lines and making multiple find-and-replace...
In the new generator, it's always using `connect` as the prefix. However, in the old [generator](https://github.com/vaadin/flow/blob/master/fusion-endpoint/src/main/java/com/vaadin/fusion/generator/ClientAPIGenerator.java#L68-L76), the connect prefix is configurable, i.e. user can configure it in the `application.properties` file.
Fixes #2058
The client should load translations from the Java backend. This should happen: - When the client / I18n initializes, loading translations for the initially detected language - When the user...
It should be possible to prevent the app from rendering before the initial set of translations have been loaded, either by delaying the rendering completely, or by enabling developers to...
This is an epic for implementing a first version of an I18n solution for Hilla React. This initial version should cover: - Automatically detect a sensible initial language for the...
### Describe the bug The error is: ``` [ERROR] Exit code: 1 - /Users/manolo/Github/platform/platform/vaadin-platform-javadoc/target/distro-javadoc-sources/hilla-parser-jvm-plugin-backbone-24.4.0.alpha5-sources/module-info.java:1: error: too many module declarations found [ERROR] module com.vaadin.hilla.parser.plugins.backbone { [ERROR] ^ [ERROR] /Users/manolo/Github/platform/platform/vaadin-platform-javadoc/target/distro-javadoc-sources/hilla-parser-jvm-plugin-nonnull-24.4.0.alpha5-sources/module-info.java:1: error: too...
### Describe the bug I'm experiencing excessive service calls in AutoGrid under a specific scenario: Applying or removing filters after scrolling down to later pages (50+ or 60+ for example)...