-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DeepSignal for Actor context #13
Comments
I was thinking about this and don't see the benefit for now. Can you elaborate on the use case or show some examples? This also reads like 2 separate requests deep signal vs exposed context? Deep signal would mean an API like: |
I've got an Actor with a large set of flags/stuff in its context to be rendered in the component |
Yeah I guess that makes sense. Sounds like a good idea. I will look into it at some point |
In the meantime I'm using my own |
Looking the source code of ngrx/signals they convert the object to a Deep Signal:
https://github.com/ngrx/platform/blob/main/modules/signals/src/deep-signal.ts
and it seems very useful to extract the context variables (only?) of an Actor.
I've spawned an Actor and assigned it into the Context
and it would be nice if we can extract a Deep Signal from the child Actor context too.
The text was updated successfully, but these errors were encountered: