tangled
alpha
login
or
join now
danabra.mov
/
rscexplorer
37
fork
atom
A tool for people curious about the React Server Components protocol
rscexplorer.dev/
rsc
react
37
fork
atom
overview
issues
pulls
pipelines
favicon
danabra.mov
2 months ago
0d57e79f
645c6477
+9
3 changed files
expand all
collapse all
unified
split
embed.html
index.html
public
favicon.svg
+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
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
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
1
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32">
2
2
+
<!-- RSC Explorer: Yellow #f9d022 + Purple #9739e3 -->
3
3
+
<circle cx="16" cy="16" r="14" fill="#9739e3"/>
4
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
5
+
<circle cx="16" cy="9" r="3" fill="#f9d022"/>
6
6
+
<circle cx="16" cy="23" r="3" fill="#9739e3"/>
7
7
+
</svg>