Is MVUX beneficial when receiving server to client messages (e.g. SignalR)? #1923
Unanswered
VincentH-Net
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I look at the MVUX documentation, the examples revolve around calling REST services asynchronously from the client - so pulling data.
What is unclear to me from these examples, is whether MVUX is beneficial for an application gets all it's data from events that the server pushes to the clients (e.g. with SignalR).
Is it?
I would love to see a code snippet demonstrating if/how MVUX would be less code&markup than MVVM + a viewmodel subscribing to service events
Any help appreciated!
Beta Was this translation helpful? Give feedback.
All reactions