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 Currently if you are doing this: `await i18n.configure();` It uses the browser language by [default](https://github.com/vaadin/hilla/blob/main/packages/ts/react-i18n/test/i18n.spec.tsx#L78-L82). So the lang attribute in the html tag is not the...
Unify the views.json to use the same names as createViewConfigJson generates. depends on vaadin/flow#19355 Part of #19321
It currently is enabled for Flow applications and logs a lot for no good reason. It, and Hotswapper, will be replaced by a common solution for Flow+Hilla
### Describe the bug Using `24.4.0.beta2` in a hybrid application causes a blank UI after navigating between different routes  ### Expected-behavior UI are loaded correctly. ### Reproduction ``` download...
## Description This adjusts the Hilla statistics gathering based on what's explained in vaadin/platform#6430 Fixes #2129 ## Type of change - [x] Bugfix - [ ] Feature ## Checklist -...
### Describe the bug When an endpoint is in a package annotated with `@NonNullApi`, data that travels through its calls is checked for nullability recursively, regardless of the nullability of...
### Describe the bug A Hilla application that was compiled into a native image using GraalVM does not show any menu items: ### Expected-behavior The Hilla application should display menu...
### Description of the bug Hilla doesn't redirect to a `logoutSuccessfulUrl` being set with `VaadinWebSecurity::setLoginView(http, "/login", "/")` if the logout method uses Hilla's provided `useAuth::logout` API. It performs the logout...
### Describe the bug An example project from Copilot and a project downloaded from start do not have any route items in Drawer However `frontend/generated/file-routes.ts` has the route definitions. Additionally,...