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.
Some of the Hilla related artifacts are currently maintained and released in the platform repository, namely: - hilla - hilla-bom - hilla-maven-plugin - hilla-spring-boot-starter Let us move them to the...
This is an epic that holds the tasks related to community feedback that we plan to do for the sprint.
### Description of the bug Calling an endpoint like ``` @Endpoint @AnonymousAllowed public class MyEndpoint { public String hello(String first, String last) { return "Hello " + first + "...
When going to an unknown route, eg. http://localhost:8080/abcd, I get correctly a notification that the route doesn't exist. However, the "Available routes" list only lists Java classes. My app has...
Hilla needs an equivalent feature to Flow page title defined for routes. See the [Flow feature](https://vaadin.com/docs/latest/flow/routing/page-titles) for design ideas. Probably depends on the [Router metadata feature](https://github.com/vaadin/router/issues/444)
See `ClientSideExceptionHandlingIT::productionModeExceptions` . In CCDM branch there is no anymore compatibility mode. The test fails in NPM mode. The view is opened using URI mapping `view-production` (which is handled by...
@campbellbartlett commented on [Mon Dec 30 2019](https://github.com/vaadin/vaadin-connect/issues/426) Would it be possible to consider allowing custom AccessChecker beans to be defined so that a developer could implement their own? This would...
I want to use a different webpack loader for `.css` files (NOTE: Flow generates a `webpack.generated.js` that uses `raw-loader` for that). This is what I have in `webpack.config.js` ```js module.exports...
When calling Vaadin Service methods, Connect validates the parameters passed to the server-side (based on the [JSR-380](https://beanvalidation.org/2.0/) spec. If validation fails the error details are propagated to the client side...
When using a Vaadin Grid component in a TypeScript view I want to have an easy way of loading the data lazily so that users do not have to wait...