Odonno / ReduxSimple

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

Considers Tuple over anonymous type on ObserveState #34

Closed Odonno closed 6 years ago

Odonno commented 6 years ago

If it is a better way to observe partial state:

Odonno commented 6 years ago

Just tried the difference and it's huge in terms of performance (Tuple >> Anonymous). I put it for 1.2 release.