hilla icon indicating copy to clipboard operation
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.

Results 422 hilla issues
Sort by recently updated
recently updated
newest added

### 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...

hilla
I18N

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 ![image](https://github.com/vaadin/hilla/assets/31067185/f6a2fc8a-d929-4c51-bca0-b3d6d50f0376) ### Expected-behavior UI are loaded correctly. ### Reproduction ``` download...

bug
hilla

## 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...

bug
hilla
Severity: Minor
Impact: Low

### 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...

bug
hilla
Severity: Blocker
Impact: High

### 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...

bug
hilla
Severity: Major
Impact: High

### 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,...

bug
hilla