DevTools: Server Components Inspector Panel #82081
stefan-garofalo
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Add a Server Components Inspector Panel to the existing Next.js DevTools (alongside Route Info and Segment Explorer):
devIndicators
Background
Server Components debugging is a known pain point in the Next.js ecosystem. While third-party solutions like
rsc-parser
andnext-devtools
exist, developers still struggle with:While tools like
rsc-parser
help, having this integrated with Next.js DevTools would provide:Proposal
Implementation Approach:
This would extend the existing DevTools infrastructure (alongside Route Info and Segment Explorer) by:
Technical Integration Points:
packages/next/src/server/app-render/
for RSC data collectiondevtoolRscInspector
)Contribution Interest:
Yes, I'm very interested in contributing this feature.
Questions for maintainers:
Beta Was this translation helpful? Give feedback.
All reactions