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

favicon

+9
+1
embed.html
··· 6 6 name="viewport" 7 7 content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" 8 8 /> 9 + <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> 9 10 <title>RSC Explorer Embed</title> 10 11 <style> 11 12 * {
+1
index.html
··· 6 6 name="viewport" 7 7 content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" 8 8 /> 9 + <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> 9 10 <title>RSC Explorer</title> 10 11 <style> 11 12 * {
+7
public/favicon.svg
··· 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"/> 7 + </svg>