Next JS Double
If i use any
dynamic element ( like cookies / headers )
in any component of my page , then the entire page will be shifted to dynamic rendering
. Is this correct .
Example : If i add Header component in the layout.tsx
file which uses cookies then layout will be dynamic , including all other pages as well which have that layout .1 Reply
yup