Skip to content

feat(example): add pathless SSR example package#161

Merged
uhyo merged 1 commit intomasterfrom
claude/add-pathless-ssr-example-m3Vnc
Apr 8, 2026
Merged

feat(example): add pathless SSR example package#161
uhyo merged 1 commit intomasterfrom
claude/add-pathless-ssr-example-m3Vnc

Conversation

@uhyo
Copy link
Copy Markdown
Owner

@uhyo uhyo commented Apr 8, 2026

Add a new example-pathless-ssr package (Recipe Book app) that demonstrates
SSR without the ssr prop on Router. During SSR, only pathless routes
match (producing an app shell), and path-based content fills in on
client hydration.

Features demonstrated: loaders, actions, route params, route state,
server/client components, and pathless layout routes.

https://claude.ai/code/session_0184Be23W1ES2XZLv6ZQSwTw

Add a new example-pathless-ssr package (Recipe Book app) that demonstrates
SSR without the `ssr` prop on Router. During SSR, only pathless routes
match (producing an app shell), and path-based content fills in on
client hydration.

Features demonstrated: loaders, actions, route params, route state,
server/client components, and pathless layout routes.

https://claude.ai/code/session_0184Be23W1ES2XZLv6ZQSwTw
@uhyo uhyo merged commit ded3558 into master Apr 8, 2026
1 check passed
@uhyo uhyo deleted the claude/add-pathless-ssr-example-m3Vnc branch April 8, 2026 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants