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.

change default example back to paginator

simpler to understand though not as wow

+2 -2
+2 -2
src/client/ui/App.tsx
··· 84 84 }; 85 85 } 86 86 87 - const defaultSample = SAMPLES.refresh as Sample; 87 + const defaultSample = SAMPLES.pagination as Sample; 88 88 return { 89 89 server: defaultSample.server, 90 90 client: defaultSample.client, 91 - sampleKey: "refresh", 91 + sampleKey: "pagination", 92 92 }; 93 93 } 94 94