Search
Star
Feedback
Setup for Free
ยฉ 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
client only routes - SolidJS
S
SolidJS
โข
10mo ago
โข
9 replies
Adam Sparks
client only routes
Hey all
, I am running into issues with ssr enabled again
.
I am trying to prerender my marketing pages
, and then keep everything else that requires auth as client only
.
I tried using
const AuthenticatedRoutes = clientOnly(() => import('./clientOnly'));
const AuthenticatedRoutes = clientOnly(() => import('./clientOnly'));
so now those routes work for client side navigation
, but if I refresh the page on any of those routes I get a 404
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
Client only component (or client only createResource)
S
SolidJS / support
4y ago
Client Only - Local Storage
S
SolidJS / support
2y ago
Client-only resource with SSR
S
SolidJS / support
3y ago
Using useNavigate within client-only action/query
S
SolidJS / support
14mo ago