Odonno / ReduxSimple

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

Selectors #46

Closed Odonno closed 5 years ago

Odonno commented 5 years ago

Add ability to create selectors with Rx.NET in order to optimize applications and avoid repeatable code.

Example:

Store.Select(SelectRecentlyWatchedMovies, 20)
    .Subscribe(...);