Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If providers "use client", how does app still use rsc? #18

Open
skorphil opened this issue Jan 26, 2024 · 0 comments
Open

If providers "use client", how does app still use rsc? #18

skorphil opened this issue Jan 26, 2024 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@skorphil
Copy link
Owner

Chakra ui require to create provider.jsx with "use client" directive and wrap layout return in it. So app structure looks like

Layout
  Providers (use client)
    ChakraProvider
      Home
        Rest of componenrs

Is this turns all app to client mode? If no, why

@skorphil skorphil added the question Further information is requested label Feb 5, 2024
@skorphil skorphil self-assigned this Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant