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.

more responsive

+1 -1
+1 -1
src/client/ui/LivePreview.css
··· 78 78 79 79 .LivePreview-slider { 80 80 flex: 1; 81 + min-width: 0; 81 82 height: 4px; 82 83 -webkit-appearance: none; 83 84 appearance: none; ··· 197 198 } 198 199 199 200 @media (max-width: 480px) { 200 - .LivePreview-slider, 201 201 .LivePreview-stepInfo { 202 202 display: none; 203 203 }