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

I catch a Exception, When I download Vaadin 16 Business Starter and copy /target/index.ts(html) to fronted dir. Then run command : ``` mvn jetty:run-exploded -Dvaadin.productionMode ``` Open browser: 127.0.0.1:8080 ```...

bug
good first issue
hilla
Severity: Minor
Impact: High

Right now, VaadinService forces a `VaadinSession` to always exist: https://github.com/vaadin/flow/blob/master/flow-server/src/main/java/com/vaadin/flow/server/VaadinService.java#L695 When you are only creating TS views, you do not need a `VaadinSession`. In some cases you do not even...

enhancement
hilla
Severity: Minor
Impact: High
investigation

### Description of the bug Frontend compilation fails because it's trying to build `node_modules/@vaadin/form/*.ts` as part of the generated project which has a `tsconfig.json` configuration that's not compatible with those...

bug
hilla
Severity: Minor
Impact: Low

Vaadin 17. `RouterLink` assumes you want to navigate to a java component. If I want to navigate to a client-side view, I need to create an `Anchor` and set the...

enhancement
good first issue
hilla
Severity: Minor
Impact: Low
routing

In Vaadin 17 preview, with flow version 4.0.0.alpha3 If you have class Endpoint1 (in package A) as... ``` @Endpoint @AnonymousAllowed @Component("notEndpoint") public class Endpoint1 { public String meriKreikan2() { return...

bug
hilla
Severity: Major
Impact: Low
DX

### Description of the bug If you navigate to another Java view while Flow is being initialized, navigation fails, the application disappears and only a blank page is shown ###...

bug
hilla
Severity: Major
Impact: Low

When creating an endpoint, I want to add a `@Cacheable` annotation to the endpoint class / individual methods to have the generated Service Worker cache the responses from such endpoints,...

enhancement
hilla

This is a subtask from https://github.com/vaadin/flow/commit/85d1033954d2a147d11eb085e37cc80b15bf26c2, take a look at how it's implemented and make a PR for it.

enhancement
hilla

# Description of the bug If you create an app with only a "/" route, then all other URLs must return 404 ### Minimal reproducible example ``` vaadin init example...

bug
hilla
Severity: Major
Impact: High

The is an Epic for offline start enhancements after the [MVP](#8854)

hilla
Epic