avenger
avenger copied to clipboard
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
Results
12
avenger issues
Sort by
recently updated
recently updated
newest added
## requirements the `fetch` function of a Query is called with a single argument: an object containing all the needed params + other queries to perform the async call to...
I'm new to CQRS patterns, so I'm hoping to get some feedback on how avenger may be conceptually similar/different compared to other CQRS-like options (I am aware of graphql/apollo becoming...