Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
p
Posts
Comments
S
SolidJS
•
Created by p on 4/2/2025 in
#support
Disable the nested store "feature"
Is there a way to disable the "feature" of parent stores reacting to changes of child stores. Its feels like an anti-feature to me and i cant seem to get around this in any good way.
3 replies
S
SolidJS
•
Created by p on 3/27/2025 in
#support
useNavigate to set search params
Whats the preferred way to set search params from
useNavigate
. I was thinking
navigate("/path?foo=" + bar)
but this feels wrong.
3 replies