Odonno / ReduxSimple

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

Reset method #14

Closed mhusainisurge closed 6 years ago

mhusainisurge commented 6 years ago

Again, we can iterate over the design, but this PR addresses #5.

Odonno commented 6 years ago

@mhusainisurge Should we add a Rx Subject to listen to Reset events?

mhusainisurge commented 6 years ago

I was thinking the same thing about having a listener for Reset events. I can add it.