Search
Star
Feedback
Setup for Free
ยฉ 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Using `createResource` without triggering suspense - SolidJS
S
SolidJS
โข
3y ago
ry
Using `createResource` without triggering suspense
I
'm trying to use
createResource
createResource
without triggering Suspense
. I realised that
data.latest
data.latest
still triggers suspense on first fetch
, but providing an
initialValue
initialValue
to the resource seems to prevent this
.
Is this reliable behaviour to rely on
?
https://playground.solidjs.com/anonymous/25b3cb5c-54b4-4be5-85c1-531ddf2e369c
Solid Playground
Quickly discover what the solid compiler will generate from your JSX template
SolidJS
Join
Solid is a declarative reactive Javascript library for creating user interfaces.
12,274
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
createResource / Suspense blocks rendering
S
SolidJS / support
3y ago
`createPresence` with `createResource` and `Suspense`
S
SolidJS / support
2y ago
If I'm using createResource, why would I use Suspense?
S
SolidJS / support
3y ago