getSelectedLayoutSegments #70833
cantemizyurek
started this conversation in
Ideas
Replies: 0 comments
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.
-
Goals
Non-Goals
No response
Background
I am developing a dashboard with numerous routes, and building a breadcrumb as a server component has been quite challenging due to the dynamic pages that require displaying names like the company name, etc. My current workaround involves creating a new breadcrumb for each layout, but I don't find this to be a good solution.
Proposal
This would make the page dynamic, allowing it to re-render as needed. We can wrap it with Suspense boundaries to enable partial pre rendering (PPR).
Beta Was this translation helpful? Give feedback.
All reactions