You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple state objects are conceptually sensible to imagine as single nodes on the reactive graph. However, for 'compound' state objects made up of multiple independent dependency capturers, such as the For objects, it makes more sense to consider the state object as a collection of reactive nodes.
A new design for Fusion's reactive graph should be created to address these shortcomings in representation so that our internal code is cleaner and easier to follow.
The text was updated successfully, but these errors were encountered:
Simple state objects are conceptually sensible to imagine as single nodes on the reactive graph. However, for 'compound' state objects made up of multiple independent dependency capturers, such as the For objects, it makes more sense to consider the state object as a collection of reactive nodes.
A new design for Fusion's reactive graph should be created to address these shortcomings in representation so that our internal code is cleaner and easier to follow.
The text was updated successfully, but these errors were encountered: