An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and impr...
ReactiveUI is a versatile and cross-platform model-view-viewmodel (MVVM) framework designed for .NET platforms. It follows the principles of functional reactive programming, which helps in abstracting mutable state from user interfaces, making code more readable and improving application testability.