Cysharp / R3

The new future of dotnet/reactive and UniRx.
MIT License
1.71k stars 70 forks source link

Request ReactiveDictionary #218

Closed TORISOUP closed 3 weeks ago

TORISOUP commented 1 month ago

As mentioned in the ObservableCollections Issue, it is not convenient to use ObservableCollections.R3 as a replacement for UniRx.ReactiveDictionary.

I consider ReactiveDictionary (and ReactiveCollection) to be used frequently, so it would be helpful if you could include this in R3. (I would also request a Readonly version and the ability to issue OnCompleted at the same time.)

TORISOUP commented 3 weeks ago

https://github.com/Cysharp/ObservableCollections/pull/45

This problem has been resolved because of improved usability on the ObservableCollections.