A tool for people curious about the React Server Components protocol rscexplorer.dev/
rsc react
35
fork

Configure Feed

Select the types of activity you want to include in your feed.

tweak colors

+5 -5
+5 -5
public/favicon.svg
··· 1 1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32"> 2 - <!-- RSC Explorer: Yellow #f9d022 + Purple #9739e3 --> 3 - <circle cx="16" cy="16" r="14" fill="#9739e3"/> 4 - <path d="M16 2 A14 14 0 0 1 16 30 A7 7 0 0 1 16 16 A7 7 0 0 0 16 2" fill="#f9d022"/> 5 - <circle cx="16" cy="9" r="3" fill="#f9d022"/> 6 - <circle cx="16" cy="23" r="3" fill="#9739e3"/> 2 + <!-- RSC Explorer --> 3 + <circle cx="16" cy="16" r="14" fill="#7c3aed"/> 4 + <path d="M16 2 A14 14 0 0 1 16 30 A7 7 0 0 1 16 16 A7 7 0 0 0 16 2" fill="#ffd54f"/> 5 + <circle cx="16" cy="9" r="3" fill="#ffd54f"/> 6 + <circle cx="16" cy="23" r="3" fill="#7c3aed"/> 7 7 </svg>