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?
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?