Search
Star
Feedback
Setup for Free
ยฉ 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
How to make createEffect to mutate two signals by condition? - SolidJS
S
SolidJS
โข
4y ago
โข
3 replies
musiclover
How to make createEffect to mutate two signals by condition?
I have two tabs component
. Left tabs
, Right Tabs
.
If user clicks left tabs
's item
, selected right tabs
's item should be de
-selected
. vice
-versa
.
I made this code
. but it doesn
't work
.
SolidJS
Join
Solid is a declarative reactive Javascript library for creating user interfaces.
12,274
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
How to sync two different signals inside a store maybe
S
SolidJS / support
9mo ago
Unable to mutate data created by createResource.
S
SolidJS / support
3y ago
createEffect vs createEffect + on
S
SolidJS / support
11mo ago
How to use createEffect with store?
S
SolidJS / support
4y ago