hyperknot
Explore posts from serversDoes store setState check for equality before updating signals?
What I meant is that the SO post shows the dangers of using proxies directly. Now AFAIK Solid doesn't allow anyone to do this, we can only modify it with setState. So none of the dangers in the SO post apply to us (or I didn't quite understand the SO post)
I started watching the flux video, haven't finished it yet.
43 replies
Does store setState check for equality before updating signals?
OK, I understand this part, it's like how we always have to write the full props.... versions with long variable names, we cannot just use local variables in Solid components.
43 replies
Does store setState check for equality before updating signals?
I'm reading the TodoMVC app, but first I'm trying to understand what's happening here:
https://playground.solidjs.com/anonymous/cbaca548-0499-44b5-851b-f98ff0abc470
The DOM is updated, the "direct" console line is printed, only the "on" version is not.
43 replies
Does store setState check for equality before updating signals?
I mean for performance reasons, I want to avoid unecessary signal updates as much as I can. So I'm thinking of using reconcile everywhere. But then createEffects won't work.
43 replies
Does store setState check for equality before updating signals?
I think it does trigger, it just doesn't trigger the createEffect:
https://playground.solidjs.com/anonymous/0ed192e0-1eba-4969-88c5-8abe61896944
43 replies