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.
This class deals with the simplest cases of properties that change name or path in a DTO. It also supports a function to be applied each time a `PropertyStringFilter` is...
### Describe your motivation This will enable having the name of the endpoint's transfer type in production mode (preserved from minification), and makes it possible to use the name dynamically,...
### Describe the bug `Npm run build` runs `prepare.sh` script which cannot be executed on Windows without WSL or GitBash or other interpreter. And asks to install JQ as well....
### Describe your motivation Having custom JSR380 validations on the backend, it would be handy if there was a way of intercepting to the message returned by the endpoint to...
### Discussed in https://github.com/vaadin/hilla/discussions/1634 Following the aforementioned RFC and the discussion, let us replace the class-based models with the object based design. This is a big change. I would suggest...
This issue is for discussing possibly adding support for Vue in the future. It is intended as a way for us to gauge interest and gather insights. Please upvote and...
Currently several things related to I18N in the `Auto*` components are hard-coded and not configurable: - `AutoGrid` - Filter operator select texts (equals, less than, ...) - Date pickers in...
A boolean property should be rendered as a checkbox with a label
### Describe your motivation AutoGrid is currently limited to using a service method with the signature `List list(Pageable pageable, @Nullable Filter filter);`. This is inconvenient in cases where I've got...
### Describe your motivation Currently, the Auto Grid require specifying the model. ``` ``` ### Describe the solution you'd like It would be less typing if the model info is...