How can I prevent rerendering while changing route
I am currently using the app router in next.js but its rerenders everytime when I change the route, how can I prevent this.
here my authClient and my Organization Switch as file added as well.
1 Reply
The issue was in my sidebar
I used an
a
tag instead of Link