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 line above was added during the automatic migration of all github project issues to Kaiten. The old GH issue link is kept here for reference (it is now deprecated, continue follow the original issue on Kaiten).
Closes #191
Test Plan
tests performed
none, checked on MDN that location.pathname always starts with / and location.search always starts with ?
tests not performed (domain coverage)
At times not everything can be tested, and writing what hasn't been tested is just as important as writing what has been tested.
An example of partial test is a field displaying 4 possible values. If 3 values are tested, with screenshots, and 1 is not, then it should be mentioned here.
Closes [#2521081](https://buildo.kaiten.io/space/[object Object]/card/2521081)
⚠️ The line above was added during the automatic migration of all github project issues to Kaiten. The old GH issue link is kept here for reference (it is now deprecated, continue follow the original issue on Kaiten).
Closes #191
Test Plan
tests performed
location.pathname
always starts with/
andlocation.search
always starts with?
tests not performed (domain coverage)