skorphil / nextjs-form

Educational NextJs project to build a complex mobile-first form
https://www.chromatic.com/library?appId=65b2882ac1586a6b21cba0dd
MIT License
3 stars 0 forks source link

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

Open skorphil opened 8 months ago

skorphil commented 8 months ago

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