You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tqwewe Yes, please! 🙏
It would be very useful to have a separate kind of signal that notifies the server of changes on the client side (from UI controls).
Have you looked into this more? 🙂
@Boscop I haven't had a need for this in any of my projects yet, so haven't taken the time to look into it. If I do need it, I certainly will implement it, but sadly don't have the time to implement it currently. PRs are absolutely welcome for this if anyone wants to give it a shot.
Currently, server signals are read only on the client, and cannot be updated other than by the server.
It would be nice to have writable signals from the client.
I assume this would involve a similar API to the server_fn macro, with a mpsc sender and receiver:
The text was updated successfully, but these errors were encountered: