My only criticism about these tools/addons is that you're multiplying your dependencies to solve an "issue" that could have been entirely avoided by choosing a state management design that is more suitable for the situation. Most developers default to Redux without acknowledging the costs to using it.
Shameless plug: I created React Axiom for those who want a lightweight model pub/sub render paradigm with React: