ReactiveProperty VS Dynamic Data

Compare ReactiveProperty vs Dynamic Data and see what are their differences.

ReactiveProperty

ReactiveProperty provides MVVM and asynchronous support features under Reactive Extensions. Target frameworks are .NET 6+, .NET Framework 4.7.2 and .NET Standard 2.0. (by runceel)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
ReactiveProperty Dynamic Data
1 5
874 1,653
- 1.9%
7.8 9.1
11 days ago about 21 hours ago
C# C#
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ReactiveProperty

Posts with mentions or reviews of ReactiveProperty. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning ReactiveProperty yet.
Tracking mentions began in Dec 2020.

Dynamic Data

Posts with mentions or reviews of Dynamic Data. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-11.
  • System.Reactive v6.0.0-preview.1 available on NuGet
    3 projects | /r/dotnet | 11 Mar 2023
    Personally I learned to use rx and observables by starting to use ReactiveUI combined with DynamicData for my WPF app MVVM architecture. It was maybe not to best choice out there, but I learned to work with it and some things it allows to do is awesome.
  • A better way to work with state properties in MVVM
    2 projects | /r/dotnet | 25 Apr 2022
    reminds a lot of https://github.com/reactivemarbles/DynamicData
  • Beginner MVVM + Reactive Question (C# + UniRx)
    2 projects | /r/dotnet | 10 Nov 2021
    If you're trying to use reactive with MVVM, you might have a look at ReactiveUI, an MVVM toolkit designed to work with reactive extensions. Specifically in this case, you could leverage DynamicData (RXUI's preferred method of handling collections), which lets you trigger updates based on change notification from child items, among other things. I'm still relatively new to RXUI myself, but if you have any questions I can certainly try to help a bit more.

What are some alternatives?

When comparing ReactiveProperty and Dynamic Data you can also consider the following projects:

UniRx - Reactive Extensions for Unity

Rx.NET - The Reactive Extensions for .NET

ReactiveUI - 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 improve the testability of your application.

elsa-core - A .NET workflows library

ObservableComputations - Cross-platform .NET library for computations whose arguments and results are objects that implement INotifyPropertyChanged and INotifyCollectionChanged (ObservableCollection) interfaces.

DebounceMonitoring - 📑 Add debounce logic for any method in a single line.

Akavache - An asynchronous, persistent key-value store created for writing desktop and mobile applications, based on SQLite3. Akavache is great for both storing important data as well as cached local data that expires.

Uno Platform - Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.

MVVMCross - The .NET MVVM framework for cross-platform solutions, including Android, iOS, MacCatalyst, macOS, tvOS, WPF, WinUI