Best Practices for One Page Handling Many Components with Individual Requests in App Router #66407
Unanswered
chendong-xie
asked this question in
App Router
Replies: 1 comment
-
|
DD |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm currently working on a project where my pages are composed of many components, each with its own API request. I'm using the app router and have fully implemented streaming and for rendering. Here's a simplified version of my current code:
While this approach works, I'm concerned about potential issues that might arise when the number of components increases significantly
I'd love to hear your thoughts, experiences, and any best practices you can share for managing many components with individual requests in an app router setup. Any advice or pointers to relevant resources would be greatly appreciated!
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions