Odonno / ReduxSimple

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

Move event tracking out of the in Reduce function #31

Closed Odonno closed 5 years ago

Odonno commented 6 years ago

In sample app, should event tracking (analytics) be in Reduce function?

TODO : Use ObserveAction & co to track action/event

Odonno commented 5 years ago

Make use of the createEffect pattern