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.
### Description of the bug socket.io that is used to handle the websocket connection handles buffering of messages up until a certain timeout but if you are disconnected longer than...
**Is your feature request related to a problem? Please describe.** Sometimes it makes more sense to use a Mono than a Flux, e.g. when you fetch one item from a...
### Description of the bug If you add ``` public Integer myMethod() { return 1; } public String myMethod(String param) { return param; } ``` to an endpoint class, the...
New tests being designed in #387 could fail during running the IDEA built-in coverage utility because of internal aspects of how this tool works. IDEA has an [issue](https://youtrack.jetbrains.com/issue/IDEA-274803) that also...
### Description of the bug When auto complete the import for `Pageable` you end up with a choice: Should you use `dev.hilla.mappedtypes.Pageable` or `org.springframework.data.domain.Pageable`. We should rename `dev.hilla.mappedtypes.Pageable` to `MappedPageable`...
Hello, Grid lazy loading works well based on [How to load paged data (lazy-load) in Vaadin]( https://www.youtube.com/watch?v=qpWrIn5xuAE). As I don't know the total size (I'd need to iterate all items)...
An awesome feature of Hilla would be the pre-rendering of routes into static html pages. With other frontend frameworks like Next, Nuxt or SvelteKit this is already possible and used...
As a developer, when creating client-side forms, and binding a text field to a non-string model data, Vaadin could convert the value for me. DoD - A convertor interface similar...
### Description of the bug Using the hilla-grocery-app example from the tutorial, When creating or adding a new route to "routes.ts", it would compile just fine, but showing blank/white/empty view...