- Fix Unhandled Promise rejections (see
yarn test) - Find a way to write readable tests
- Split randomtests into meaningful files
- Try to remove some unsafe
anycasts - Add
invalidatetoCache - Add top-level
invalidate. Should invalidate a set of queries - I don't think this is needed anymore: Add topo-sort to top-level
invalidate - Add
command(cmd: Fetch<A, L, P>, invalidates: Record<K, ObservableQ>). Implement the oldrunCommandas the result ofcommand.run() - Add support for
Strategy(and maybe some default ones) - Start porting some real world usages as tests
- Rewrite
Products to be labelled products (structs) instead of tuples. So that we can e.g. reuse it ascommandnamed dependencies. Refer to https://github.com/gcanti/fp-ts-contrib/blob/master/src/sequenceS.ts (similar typing strategy) - Add
/reactfolder, basically includingreact-avengerwith necessary changes
This repository was archived by the owner on Mar 1, 2024. It is now read-only.