tp / tsaga

Typesafe and lightweight way to write Redux-connected functions with asynchronous side-effects that are easily testable.
Apache License 2.0
8 stars 1 forks source link

[feature] Basic implementation of saga monitoring #48

Open HenriBeck opened 5 years ago

HenriBeck commented 5 years ago

This implements basic functionality for monitoring the sagas.

There a few questions still left to figure out how to monitor specific actions.

HenriBeck commented 5 years ago

Screenshot 2019-04-21 at 21 33 53 Integration with Reactotron looks pretty good.

HenriBeck commented 5 years ago

Even with proper selector names with a babel plugin:

Screenshot 2019-04-21 at 22 05 33

tp commented 5 years ago

@HenriBeck Do you think we should add a minimal example project for this feature? Otherwise it would probably be too hard to test this going forward.