effect-firebase
effect-firebase
Overview
Sign in / Sign up
Open main menu
effect-firebase
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
45
9dca9cdd docs(react): add honest comparison to TanStack Query Add a new section to REACT.md that compares the atom-based patterns to TanStack Query side-by-side, including code excerpts for the live-posts case, lists of where each approach wins, and conditional recommendations based on the consumer's situation. https://claude.ai/code/session_01R1D97BwwWVdGzARJY8iWeB
by Claude
C
Succeeded
45
30d85ef6 refactor(react): switch React patterns to @effect/atom-react Replace the hand-rolled RuntimeProvider + useEffectQuery/Stream/Mutation hooks with the upstream Effect-TS React binding now that @effect/atom-react has shipped for Effect v4. Repository operations live in example/app/src/lib/atoms.ts as atoms keyed by a swappable firestoreLayerAtom: postByIdAtom, postByIdLiveAtom, latestPostsAtom, and addPost/updatePost/deletePostAtom mutations. The firestore route reads via useAtomValue + AsyncResult.builder and writes via useAtomSet({ mode: 'promise' }). RegistryProvider replaces the custom provider; tests swap the layer via initialValues. REACT.md is rewritten to document the atom-based patterns. https://claude.ai/code/session_01R1D97BwwWVdGzARJY8iWeB
by Claude
C
Previous page
Previous
Next
Next page