Odonno / ReduxSimple

Simple Stupid Redux Store using Reactive Extensions
http://www.nuget.org/packages/ReduxSimple/
MIT License
143 stars 19 forks source link

Do we need AsObservable() method? #35

Closed Odonno closed 6 years ago

Odonno commented 6 years ago

I checked and indeed it was not necessary because the aim is hide the Subject type which is already done by making IObservable<T> the return type.