@playlive/react-query — TanStack Query hooks over
@playlive/fundraiser-data. API-compatible with
@playlive/react-data (same hook names + same parameter shape +
same UseFetchResult return) so consumers can swap tiers with a
single import rewrite.
Use this tier when you want cache sharing across components,
request deduplication, background refetch, suspense / streaming
integration, or any of the other goodies TanStack Query gives you
for free. For the lighter "no-cache, no-dedup" tier see
@playlive/react-data.
@playlive/react-query— TanStack Query hooks over@playlive/fundraiser-data. API-compatible with@playlive/react-data(same hook names + same parameter shape + sameUseFetchResultreturn) so consumers can swap tiers with a single import rewrite.Use this tier when you want cache sharing across components, request deduplication, background refetch, suspense / streaming integration, or any of the other goodies TanStack Query gives you for free. For the lighter "no-cache, no-dedup" tier see
@playlive/react-data.Subpath exports (PRD §5.15, jose-style):
@playlive/react-query— full barrel (this file).@playlive/react-query/config— workspace defaults +makeQueryClientfactory.@playlive/react-query/types—UseFetchResult,UseFetchOptions,UseInfiniteDonationsResult.Peer deps:
react,@tanstack/react-query,@playlive/fundraiser-data,@playlive/tiltify-core(types only).Example