Odonno / ReduxSimple

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

Enable stats #18

Closed Odonno closed 6 years ago

Odonno commented 6 years ago

Each ReduxStore could track information such as stats. Questions remains:

Odonno commented 6 years ago

Analytics product (like Visual Studio AppCenter) is enough for developers. They can track any custom event and/or track action on a Redux Store.

There is already an example: the sample app track navigation changes + actions dispatched in any Redux Store.