effect-firebase
    effect-firebase
    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
    nx affected -t lint test build
Succeeded
CI Pipeline Execution
1c78601045
50%

Cache hits

9 of 18 tasks used cache.

© 2026 - Nx Cloud

Terms of ServicePrivacy PolicyChangelogStatusDocsContact Nx CloudPricingCompany@NxDevTools