© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
child-components not updating when parent state is modified. - SolidJS
S
SolidJS
•
3y ago
•
13 replies
Mr Void
child-components not updating when parent state is modified.
Paragraph component
:
https://pastebin.com/raw/Y9tM6qgN
Word component
:
https://pastebin.com/raw/zR6JCYbD
Description
The Paragraph component keeps track of Word components
' data within a signal
.
It contains
toggleWordMark
toggleWordMark
function which is passed to each Word component as a callback function
.
Each Word
, when clicked
, calls
toggleWordMark
toggleWordMark
and its data is updated within the Paragraph
's
words
words
signal
.
Problem
The word components are not re
-rendered when the Paragraph state is modified
.
SolidJS
Join
Solid is a declarative reactive Javascript library for creating user interfaces.
12,260
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
Stop infinite recursion when updating state
S
SolidJS / support
2y ago
Parent Get/Set Child Property
S
SolidJS / support
13mo ago
Issues when using SolidJS with child web components
S
SolidJS / support
2y ago