|
|
|
|
|
by yawgmoth
3590 days ago
|
|
For me, one of the big drawbacks this has when compared to Redux logger middleware is that I can't inspect each object associated with a given action. Being able to watch my state mutate and look at it after the fact has been a great boon. |
|
Redux logger indeed shows you all this info. My goal with this is not to show you everything, but just what matters.
Debugging is a very personal thing. Hell, I remember using MessageBeep() in the 90's to help me debug. Whatever works!