unirakun / k-ramel

State manager for your components apps, the safe and easy way
MIT License
21 stars 5 forks source link

Set the parent action that cause new dispatch in reactions #94

Closed fabienjuif closed 5 years ago

fabienjuif commented 6 years ago

So it is easier to debug.

{
  type: 'NEW_ACTION_FROM_REACTON', 
  payload: 'reaction payload',
  parent: {
    type: '@@krml/INIT'
  }
}
fabienjuif commented 5 years ago

I close this issue since trace option exists on redux-devtools.

See #260