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.
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 ```...
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...
### 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...
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...
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...
### 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 ###...
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,...
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.
# 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...
The is an Epic for offline start enhancements after the [MVP](#8854)