Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Should I use <Show>? - SolidJS
S
SolidJS
•
3y ago
•
7 replies
musiclover
Should I use <Show>?
<div>
{isVisible && <div/>}
{isVisible ? <div/> : <span/>}
</div>
<div>
{isVisible && <div/>}
{isVisible ? <div/> : <span/>}
</div>
Can
't I just use conditional statement
?
Is it same
? or Should I use
<Show
> for performance
?
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
Should I use reconcile everytime I use produce?
S
SolidJS / support
17mo ago
How should I use createRouteData
S
SolidJS / support
3y ago
Should I use createMemo always?
S
SolidJS / support
4y ago
Should I use 'batch' for store?
S
SolidJS / support
4y ago