Reactjs – Best practices for NextJS 13 private/auth routes
In NextJS 13, what is the best way of dealing with routes where a user's authentication status affects the content they see on a certain route. Specifically, I have 2 scenarios I'm not sure how best to implement: How to…