My motivation
It is not clear to me wether it is planned to have some sort of scoping for fullstack signals. The API looks promising, but when I can't use them scoped to a per-user context, they're largely useless to me.
Describe the solution you'd like
The code I'd like to write would look like this:
@HillaSessionScope
public class MyUserNameSignal extends Signal<String> {
...
}
My motivation
It is not clear to me wether it is planned to have some sort of scoping for fullstack signals. The API looks promising, but when I can't use them scoped to a per-user context, they're largely useless to me.
Describe the solution you'd like
The code I'd like to write would look like this: