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.
`VaadinConnectAccessChecker` instance is created in `VaadinConnectControllerConfiguration`, BUT its non-final field `xsrfProtectionEnabled` is set by the `VaadinConnectController` in its constructor. That makes `VaadinConnectAccessChecker` a stateful singleton: 1. Before `VaadinConnectController` was initialized...
In addition to maven plugin tasks, `DevModeInitializer` also triggers `TaskUpdateWebpack` to update webpack configuration before starting webpack dev server. However, it is currently using hard-coded output paths instead of `webpackOutputDirectory...
### Description of the bug In `webpack.generated.js` the public path is configured as ``` output: { filename: `${build}/vaadin-[name]-[contenthash].cache.js`, path: mavenOutputFolderForFlowBundledFiles, publicPath: 'VAADIN/', }, ``` Many plugins such as `css-loader` and...
When using typed endpoints and auto-generated TypeScript types, I expect that adding a `@JsonIgnoreProperties` annotation on a Java type or one of its properties not only excludes the listed properties...
When using the `@PWA` annotation to make my Vaadin app installable to home screen, I want to see the application description specified in the `description` property of the `@PWA` annotation...
When updating an image, a web app manifest, or another resource cached by the Service Worker to be available offline, the update is not visible in the browser until the...
To reproduce: 1. Start a Vaadin PWA and go to a client-side view in Chrome 1. Go offline via Chrome devtools 1. Make a modification to the client-side TS 1....
I discussed the form package with @haijian-vaadin on the demo repo and @vlukashov on twitter. I have tried the framework in a Typescript project without Vaadin backend. It's quite powerful....
As a developer I want to install the `@vaadin/form` package from npm with `npm i @vaadin/form` so that I can use it in my projects without having the full Vaadin...