the statusphere demo reworked into a vite/react app in a monorepo
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

auto refetch

+1
+1
packages/client/src/components/StatusList.tsx
··· 11 11 return data 12 12 }, 13 13 placeholderData: (previousData) => previousData, // Use previous data while refetching 14 + refetchInterval: 30e3, // Refetch every 30 seconds 14 15 }) 15 16 16 17 // Destructure data