Before login Website will be SEO with next js or some other way. And has few pages like blog, blog details, about, contact, and products etc.
After login Normal feature like post, post details with CRA(Create React App) setup.
My question is how do we setup the project with before login in SSR and after login. I don’t want SSR after login because there are lots of load on server for each features and functionality. Is there any solution?