RSC highlight devtools
Answered
Ryota Murakami posted this in #help-forum
Does anyone know of any Devtools that could easily highlight which parts have been rendered in RSC?
Without a complete understanding of the codebase, I am struggling to distinguish between RSC and Client Component.
Without a complete understanding of the codebase, I am struggling to distinguish between RSC and Client Component.
3 Replies
@Ryota Murakami Does anyone know of any Devtools that could easily highlight which parts have been rendered in RSC?
Without a complete understanding of the codebase, I am struggling to distinguish between RSC and Client Component.
There's an extension which tells you which component in server component and which is client component
Answer
@@ts-ignore Thanks! this is good option for me.
Idealy, turn out official React Rev tools support RSC...
Idealy, turn out official React Rev tools support RSC...