Next JS Double
If i use any
Example : If i add Header component in the
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 .