YoruNoHikage/redux-devtools-dispatch

Support for action creators

larrydahooster opened this issue · 1 comments

Hi, I really like this tool and it speeds up the development process. Would be also cool to directly call actionCreators http://rackt.org/redux/docs/basics/Actions.html#action-creators from the debug-window.

The usage of actionCreators would required the developer to pass over all the actionCreators as a prop, but i am wondering if it would make sense to combine both (the pure actions and the actionCreators) within one debug-tool, or if it would make sense to create a second devtool-dispatcher for actionCreators. What is your opinion on that? I would appreciate an answer.

I think integrating it directly in this package would be better. We could do something with Function, injecting action creators and returning an object to dispatch. It could be used also to allow writing JS objects instead of JSON (I'm tired of writing quotes 😛).