hyperknot
Explore posts from serversDTDrizzle Team
•Created by hyperknot on 4/22/2025 in #help
How to use in browser environment?
I think that'll be the plan I take.
3 replies
Does 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