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.

Fix double border-radius (#5)

border-radius inside the frame doesn't look good if someone puts a border or border-radius outside the frame.

This fixes this artifact on overreacted:

<img width="222" height="226" alt="Image" src="https://github.com/user-attachments/assets/2675b575-de0c-4227-9aed-50b9eee490e7" />

authored by

Sophie Alpert and committed by
GitHub
01522310 07180a73

-1
-1
embed.html
··· 36 36 font-family: -apple-system, BlinkMacSystemFont, "Inter", sans-serif; 37 37 background: var(--bg); 38 38 color: var(--text); 39 - border-radius: 8px; 40 39 } 41 40 #embed-root { 42 41 display: flex;