Search
Star
Feedback
Setup for Free
ยฉ 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Don't fully understand solid's reactivity, help understand with a case - SolidJS
S
SolidJS
โข
4y ago
โข
5 replies
nikiv.dev
Don't fully understand solid's reactivity, help understand with a case
I have this repo
https://github.com/Kisuyo/todo
I created a component
:
https://github.com/Kisuyo/todo/blob/master/src/components/HamburgerMenu.tsx
I also created a route with a signal
:
https://github.com/Kisuyo/todo/blob/master/src/routes/index.tsx#L22
I am coming from react so perhaps this is confusing to me but I thought that as I pass both the signal and the setter of signal to component here
:
https://github.com/Kisuyo/todo/blob/master/src/routes/index.tsx#L42
I thought when I try to change the signal state the dom should update but it doesn
't
.
Doing solid tutorial again perhaps I misunderstand how reactivity works
. Thank you for any help
.
GitHub
GitHub - Kisuyo/todo
Contribute to Kisuyo
/todo development by creating an account on GitHub
.
GitHub
todo/HamburgerMenu.tsx at master ยท Kisuyo/todo
Contribute to Kisuyo
/todo development by creating an account on GitHub
.
GitHub
todo/index.tsx at master ยท Kisuyo/todo
Contribute to Kisuyo
/todo development by creating an account on GitHub
.
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
solid/reactivity with component ref
S
SolidJS / support
10mo ago
Reactivity with shadcn-solid textfield
S
SolidJS / support
17mo ago
Need clarity on eslint(solid/reactivity) warning use-case
S
SolidJS / support
3y ago
Understanding Solid reactivity with console.log
S
SolidJS / support
13mo ago