Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Refetching Route Data with Solid Router - SolidJS
S
SolidJS
•
3y ago
•
114 replies
Merlin
Refetching Route Data with Solid Router
Is there any way to refetch
(revalidate
) the data functions with
@solidjs/router
@solidjs/router
?
(not Solid Start
; I
'm using Vite
)
- I
'm mutating something on the backend and would like to make sure the data is up to date
- Returning the whole
createResource
createResource
return value
kind of works
-
- calling
refetch
refetch
correctly refetches the data
, but
mutate
mutate
doesn
't work
.
- Additionally
, I
'd like to refetch
/revalidate
all
resources somehow
. Is that possible
?
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
Next page
Similar Threads
parent route with redirect (solid-router)?
S
SolidJS / support
3y ago
Solid router doesnt match route /@:id
S
SolidJS / support
6mo ago
solid router's Data API
S
SolidJS / support
3y ago
Confused with solid router
S
SolidJS / support
2y ago