Does Using dynamic functions on Root Layout makes the whole app dynamically rendered? #68975
Unanswered
jovanhartono
asked this question in
App Router
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
as described on https://nextjs.org/docs/app/building-your-application/rendering/server-components#dynamic-functions
does invoking
cookies()on root layout makes the whole app dynamic?i see the implementation on the vercel commerce app https://github.com/vercel/commerce/blob/main/app/layout.tsx#L40
thanks!
Beta Was this translation helpful? Give feedback.
All reactions