gaearon / ama

Ask me anything!
222 stars 5 forks source link

Debugging states #130

Open PepijnSenders opened 8 years ago

PepijnSenders commented 8 years ago

I would like to know how you would (in a complex application) tackle a problem if one of the objects in your state changes.

In my project for example, we would have a subscription, this object will take a little refactor to make it more lean, but following the path of this object seems a bit daunting to me, because we have to follow it all the way down the components line. Are you aware of this problem and if so, have you found a way to fix it perhaps?