glassy
SOLVED: Trigger Side Effects on a Callbacks Dependency Updates
I did ask about stores within stores:
https://discord.com/channels/722131463138705510/722131463889223772/1246075106707636305
And it seems it is supported. So I'm thinking maybe that could be used for trees.
But again, that might still be kind of more complicated.
181 replies
SOLVED: Trigger Side Effects on a Callbacks Dependency Updates
For trees, rendering isn't an issue cause the component root can just take the store root.
But doing modifications to it is the hard part I think. Gonna have to think about it cause trees are something I will need to implement in my app eventually too.
181 replies