Redux-devtools-extension: drag and drop actions (changing order of actions)

Created on 6 Jan 2019  路  2Comments  路  Source: zalmoxisus/redux-devtools-extension

Is it possible to drag and drop an action, i.e. move an action as if it happened earlier, or later, than it actually happened?

What I'm trying to achieve is to test my reducers with the same set of actions but in different order action combinations. What I can do now is to manually re-dispatch these actions in different orders, separately for all combinations. But maybe it's possible to drag and drop them and I'm just missing that feature?

Most helpful comment

It was implemented in 2.12.0, but got broken shortly after, for more than an year for sure. Nobody reported so far, so I thought it's a fancy useless feature. Maybe some incompatibilities of react-dragula and newer versions of react, I'll look into it.

Here's how it used to work:
f5094dea-d2b3-11e6-8e74-899df8a0d1a4

All 2 comments

It was implemented in 2.12.0, but got broken shortly after, for more than an year for sure. Nobody reported so far, so I thought it's a fancy useless feature. Maybe some incompatibilities of react-dragula and newer versions of react, I'll look into it.

Here's how it used to work:
f5094dea-d2b3-11e6-8e74-899df8a0d1a4

YES! I was using it in my old project, now got back to redux devtools in another project. And had a hard time trying to remind if the feature was there or if I've got morbid imagination ;)

Was this page helpful?
0 / 5 - 0 ratings