Skip to content

docs: remove ClientApp wrapper, use Router directly from server components#84

Closed
uhyo wants to merge 1 commit intomasterfrom
claude/remove-clientapp-rsc-1ON6A
Closed

docs: remove ClientApp wrapper, use Router directly from server components#84
uhyo wants to merge 1 commit intomasterfrom
claude/remove-clientapp-rsc-1ON6A

Conversation

@uhyo
Copy link
Owner

@uhyo uhyo commented Feb 9, 2026

Router is already a "use client" component and can be rendered directly
from server components without an intermediate wrapper. Also adds a new
"Using Loaders with RSC" section explaining that loaders run client-side
and must be imported from a "use client" module when routes are defined
in the server context.

https://claude.ai/code/session_01Kwyr9U3q7GuMtjUKC7bYiH

…nents

Router is already a "use client" component and can be rendered directly
from server components without an intermediate wrapper. Also adds a new
"Using Loaders with RSC" section explaining that loaders run client-side
and must be imported from a "use client" module when routes are defined
in the server context.

https://claude.ai/code/session_01Kwyr9U3q7GuMtjUKC7bYiH
@uhyo uhyo closed this Feb 9, 2026
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