Search
Star
Feedback
Setup for Free
ยฉ 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Reactive context in built-in components - SolidJS
S
SolidJS
โข
14mo ago
โข
8 replies
snorbi
Reactive context in built-in components
I
've looked into the source code of the core components
, like
:
https://github.com/solidjs/solid/blob/fff8aed62b4bff78a0016c3c08ba644652ccac18/packages/solid/src/server/rendering.ts#L291
My question is
: why are these components reactive at all
?
:
]
I mean they seem to be simple JS functions
, their code is not wrapped by the usual
"reactive context
" providers like JSX
,
createMemo()
createMemo()
, etc
.
Thanks
.
SolidJS
Join
Solid is a declarative reactive Javascript library for creating user interfaces.
12,274
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
How is a Context reactive?
S
SolidJS / support
3y ago
share context through web-components
S
SolidJS / support
2y ago
Reactive var in obj
S
SolidJS / support
3y ago
Best practice working with reactive values inside context provider
S
SolidJS / support
4y ago