-
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
I don't have a way currently. Partially around the way my proxy solution works. I do find my self hand creating getter objects from time to time to wrap signals but no dynamic shallow proxy solution as of yet. Curious in the use case. Solid's state objects do create the signals lazily so in non-tracked contexts they don't create signals. So only the properties used ever get tracked. I'm gathering some scenario where you want to never track some nested property anywhere. |
Beta Was this translation helpful? Give feedback.
I don't have a way currently. Partially around the way my proxy solution works. I do find my self hand creating getter objects from time to time to wrap signals but no dynamic shallow proxy solution as of yet. Curious in the use case. Solid's state objects do create the signals lazily so in non-tracked contexts they don't create signals. So only the properties used ever get tracked. I'm gathering some scenario where you want to never track some nested property anywhere.