Skip to content

Instantly share code, notes, and snippets.

View IGassmann's full-sized avatar

Igor Gassmann IGassmann

View GitHub Profile

CI Health Summary — livestore (March 2026)

Overall reliability

The CI workflow has an 81% failure rate across the last 100 runs. Even on the auto-alignment branch (automated lock file updates, minimal code changes), 78% of runs fail — confirming this is infrastructure flakiness, not code issues.

On the dev branch, only 21 of the last 50 runs succeeded (42% success rate).

Root cause of failures

@IGassmann
IGassmann / makeStoreApi-example.tsx
Created October 16, 2025 13:19
makeStoreApi Example
import { useState, useMemo, Suspense } from "react";
import { unstable_batchedUpdates as batchUpdates } from "react-dom";
import {
StoreRegistry,
StoreRegistryProvider,
useStoreRegistry,
makeStoreApi,
StoreApi,
} from "@livestore/react";
import {