cookies from next headers in root layout makes whole site ssr...
Unanswered
Chartreux posted this in #help-forum
ChartreuxOP
I am wondering if this is normal for the whole site and all paths to become ssr because of accessing cookies in my root layout for a theme provider.. Is this bad having whole site be ssr? I thought ISR is best. I guess if I need to I can cache any api request on ssr pages. Basically only reason my page is ssr now is because of needing cookie value for theme provider so user get correct theme from server in html