Replies: 1 comment
-
Also any useful patterns or libraries to help streamline external data fetching in a maintainable way are welcome |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Hey everyone!
I'm working on a Next.js app where the backend is completely decoupled and acts as an external API (not part of the same monorepo or runtime). This external API is responsible for querying the database and returning results, often after processing/filtering the data.
As my app grows, I'm noticing increasing response times, especially on pages or routes that require too much suspense time and multiple API calls to get different pieces of data.
I'd love to get input on:
Any tips, resources, or personal experiences would be super helpful
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions