TanStackT
TanStack8mo ago
2 replies
rubber-blue

with nextjs what is the best way to architect your queries?

i have a nextjs front end with a nestjs backend with microservices.
when deployed i realized that there are a myriad of apicalls that are just jhappening because htey either exist, or because the query keeps rendering on the timer.
i understand i am still weak in my query approach, especially for an app that needs details on the front end.
but at least how do i handle the querying properly when i am creating and updating information?
Was this page helpful?