Search
Star
Feedback
Setup for Free
ยฉ 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
How to have tags in <head> in <StartServer> render using async loaded data? - SolidJS
S
SolidJS
โข
6mo ago
โข
2 replies
chanon_s
How to have tags in <head> in <StartServer> render using async loaded data?
I am trying to setup lots of meta tags
(eg
. for Facebook Open Graph
) and also page Schema
(which is a
<script
> tag
)
.
Some of the data in there needs to depend on async loaded data
.
But I can
't even get createResource to work inside StartServer
(just having a createResource in it results in a hydration error
)
.
Also I need it to work with SSR for SEO
.
The
@solidjs/meta
@solidjs/meta
package is way inadequate for this
.
What kind of approach can I use
?
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
Load data async
S
SolidJS / support
4y ago
How to share async data inside a context
S
SolidJS / support
14mo ago
Using custom element tags in JSX
S
SolidJS / support
4y ago