react-component-playground icon indicating copy to clipboard operation
react-component-playground copied to clipboard

Displaying Flux actions

Open pekala opened this issue 9 years ago • 9 comments

If your components are strictly props-based and change their state by emitting Flux actions, the usefulness of the playground is somewhat limited.

What if it was possible to display actions (name and payload) emitted by the component in real time?

There are many implementations of Flux, so it would be required to provide a hook to somehow proxy from specific implementation to a common format used for displaying the actions.

What do you think?

pekala avatar Jul 06 '15 16:07 pekala