myState: {{ sharedState.myState }}
+ +{myObject.data.adressData.street}
; +return{myObject.data.adressData.street}
; ``` The Component (represented in the above example) is only rerendered by AgileTs if `myObject.data.adressData.street` mutates and no longer when anything in the object changes. (like it is in `useAgile()`) @@ -123,9 +123,9 @@ console.log(proxyTree.getUsedRoutes()); // Returns (see below) The algorithm behind reconstructing the used routes/paths is pretty straightforward and simple. It may not be very efficient, but it works, and that is what counts for now. -