1 repository
Libraries for composing asynchronous and event-based programs using observable sequences.
Explore 1 awesome GitHub repository matching part of an awesome list · Reactive Programming Libraries. Refine with filters or upvote what's useful.
ReactiveUI is a .NET MVVM framework and functional reactive programming library designed to decouple application state from the user interface. It functions as a reactive state management tool that uses observable streams to handle mutable data and asynchronous event-driven logic. The framework provides a cross-platform UI toolkit that abstracts business logic from platform-specific views. This enables the creation of consistent user interfaces across multiple .NET platforms by utilizing platform-agnostic abstractions. The system focuses on application state management and decoupled UI testi
Provides a library for managing asynchronous data streams using observable sequences in .NET.