A CQRS-flavoured data fetching and caching layer in TypeScript. Batching, caching, data-dependencies and manual invalidations in a declarative fashion for Node and the browser
the readme should mention that after the first time a query is fetched if a refetch happens the "loading branch" of the .fold method will not be rendered again, instead the "success branch" will be rendered with true as second argument.
the readme should mention that after the first time a query is fetched if a
refetch
happens the "loading branch" of the.fold
method will not be rendered again, instead the "success branch" will be rendered withtrue
as second argument.