Skip to content

Instantly share code, notes, and snippets.

View muriukialex's full-sized avatar
Excellence

alex.muriuki muriukialex

Excellence
View GitHub Profile
@muriukialex
muriukialex / example.ts
Created October 15, 2024 05:49 — forked from gpichot/example.ts
Tanstack React Query pattern matching
export default function SessionsList() {
const sessionsQuery = useSessionsListQuery();
return (
<PageLayout title="My sessions">
{matchQueryStatus(sessionsQuery, {
Loading: (
<>
<Skeleton height={70} mt={6} />
<Skeleton height={70} mt={6} />