A tool for people curious about the React Server Components protocol

change default example back to paginator

simpler to understand though not as wow

Changed files
+2 -2
src
client
ui
+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