Search
Star
1.4k
Feedback
Setup for Free
S
SolidJS
β’
3mo ago
β’
2 replies
lololol
what's the point of Dynamic?
reading through the tutorial
,
<Dynamic component={options[selected()]} />
<Dynamic component={options[selected()]} />
seems to do the same thing as
{options[selected()]}
{options[selected()]}
SolidJS
Join
Solid is a declarative reactive Javascript library for creating user interfaces.
12,267
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Β© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
<Dynamic component={options[selected()]} />
<Dynamic component={options[selected()]} />
{options[selected()]}
{options[selected()]}
Similar Threads
`createContext`, What's the point?
S
SolidJS / support
16mo ago
Brand new going through the tutorial. Unsure of the purpose of the <Dynamic> component.
S
SolidJS / support
3y ago