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

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

hilla
internal improvement

This is an epic that holds the tasks related to community feedback that we plan to do for the sprint.

hilla
Epic

### Description of the bug Calling an endpoint like ``` @Endpoint @AnonymousAllowed public class MyEndpoint { public String hello(String first, String last) { return "Hello " + first + "...

bug
hilla
Severity: Minor
Impact: Low

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
Severity: Major
Impact: Low

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)

enhancement
hilla
needs design

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

hilla
internal improvement

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

enhancement
hilla

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

hilla
Severity: Minor
Impact: Low
DX

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

enhancement
hilla
Severity: Minor
Impact: Low

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

enhancement
hilla
Severity: Minor
Impact: High