Leif Åstrand
Leif Åstrand
I don't think "resynchronization" is the correct semantic in this case since the same pattern with detaching and immediately re-attaching a whole component tree does also happen with `@PreserveOnRefresh`. Maybe...
The trick of looking at `ui.isClosing()` should indeed work in the particular case of the UI which isn't detached for other reasons. The same approach would not work for arbitrary...
@mperktold Did you look into using `ui.isClosing()` as a way of distinguishing between the different detach reasons?
I don't see how a server-side predicate would help here since the whole point with a lit renderer is to always use the same template. This in turn implies that...
This most likely happens because the embedded Jetty doesn't consider the web fragment defined by `flow-server-compatibility-mode`. I would guess that this is caused by `setConfigurationDiscovered(true);`. It would indeed be good...
`META-INF/services` is supposed to work also when using Spring. There's code in `SpringInstantiator` to explicilty combine the results from the `super` implementation (which uses `META-INF/services`) with listeners found through Spring:...
All I see about `subject` is this line > The `subject` should be given as a `url` or `mailto:` since Apple web push server requires this. How am I supposed...
Hilla does currently not target the type of application where SEO would be important. Furthermore, there's some significant technical challenges with server-side rendering of a TypeScript frontend on a Java...
The FAQ might indeed be suitable since that's where we also describe how Hilla relates to various other similar-ish concepts such as Quarkus or microservices.
As discussed in Slack, we could consider a wrapped `html` function for rendering children with custom tag names. The wrapper would replace strings from the raw template expression before passing...