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.
### Describe the bug We had to rename the frontend/views directories in the following ITs so that FS Router doesn't engage in those projects after the #2188 is merged: *...
Todo: - Add roles allowed to client and server-side - Add access checks for hilla views by view metadata (roles allowed) - Add Hilla public routes as anonymous allowed to...
### Describe the bug EngineConfigureMojo has generatedTsFolder as ./frontend/generated instead of the new default. ### Expected-behavior Used default should use the new default value `FrontendUtils.DEFAULT_PROJECT_FRONTEND_GENERATED_DIR`. Should possibly depend on frontendFolder...
When running unit tests, for example with Vitest, it should be possible initialize the I18n instance with actual translation messages so that developers can properly test whether translations work as...
### Describe your motivation Would be more convenient for users if the `serverSideRoutes` are added into `views.js` (FS routes generated routes metadata) by default taking into account the routes hierarchy....
The client-side `translate` API should support formatting messages in the ICU `MessageFormat` standard. This enables developers / translators to do basic parameter replacement, number and date formatting, as well as...
### Describe the bug You need to restart the server for new Flow views to show up. New views don't appear after a redeploy managed by Spring Boot DevTools. This...
### Describe the bug Hilla stats where being gathered based on the usage of `hilla-react` artifact, and now that the `hilla-react` is not there anymore, we can decide whether is...
### Describe the bug VS Code does not suggest imports for e.g. `signal` or `useSignal` in a new Hilla project. This changes if you add e.g. `import { signal }...
### Describe the bug When upgrading to version 24.4.0.alpha3 the demo project hosted in spring project fails when running tests I have tried to add the maven plugin to the...