I have multiple components within my page and each time I trigger a button to append a url param, it re-renders the entire page and fetches.
When I click on a button (client side), I want only that specific section to fetch the new data.
Right now, when I click on any button, it does append the url param but it fetches all the other components data as well
I tried using suspense without any luck. I assume I might have to look into parallel routes or use client side fetching
thelearner is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.