SergeyDavidovich / OMSBlazor

Real-time Order Management System
https://stupeni.net
MIT License
1 stars 1 forks source link

ReactiveX - use in UI #4

Open SergeyDavidovich opened 1 year ago

BekAllaev commented 2 months ago

Suggest to mark this one as closed. We use ReactiveUI to make our view-models reactive, for example:

Also we use ReactiveUI to crate observable streams, for example here we create Observable that set OrderDate if either Employee, Customer or some product was added to order during the process of creation: https://github.com/SergeyDavidovich/OMSBlazor/blob/127696762f7fa748337642dce2418b90e6a21092/src/OMSBlazor.Blazor/Pages/Order/Create/CreateViewModel.cs#L90