Search
Star
Feedback
Setup for Free
ยฉ 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Loading data into context - SolidJS
S
SolidJS
โข
3y ago
โข
1 reply
TaQuanMinhLong
Loading data into context
Hi what
's the best practice to load data from server
(like using prisma
) into the context
?
i did try some method like using
createServerData$
createServerData$
but seems like only if I call the getter function inside the JSX Element
, then the fetcher will work
, other wise it won
't
, the
data.state
data.state
is just
pending
pending
, won
't be
ready
ready
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
Preloading route data with context access
S
SolidJS / support
11mo ago
Saving Results of routeData() into a Context
S
SolidJS / support
3y ago
How to use Context/ ContextProvider with File Routes
S
SolidJS / support
3y ago
How to share async data inside a context
S
SolidJS / support
14mo ago