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 the bug Hello. This is DTO class: ```java public class DTO{ List q } ``` This is how TS DTO generated: ```ts interface DTO { q?: Array; }...
### Description of the bug As you can see from the video, the application shows up for a half second, then the login page is shown. The `""` route does...
### Describe the bug The Auto Responsive FormLayout model, is not adopted in AutoForm, and if enabled, causes a malformed UI in AutoForm (and AutoCrud). The followings are missing: *...
Setup and conduct DX test sessions for the Hilla internationalization library. The scope includes Hilla documentation and building for production.
Currently the AutoCRUD component assumes the Lumo theme is always used. In Vaadin 25, Vaadin components will get new base styles (i.e., no theme) and a new theme, Aura. The...
Currently, users can only provide static strings in ViewConfig as the view title, menu link text, and so on. When internationalization is in use, a common use case is to...
As a first step integrating with the Java Full-Stack Signals library, let's make a new `ValueSignal` TypeScript client following the structure of the Java library: - Uses the same command...
### Describe the bug While using the `24.8.0.alpha6` pre-release version I noticed that the new Kotlin nullability plugin doesn't take default arguments into account. In my opinion they should be...
### Describe the bug For the following endpoint: ```java @BrowserCallable public class Tst { @NonNull public DTO getDTO() { return new DTO(); } public static class DTO { public T...