buildo / avenger

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
MIT License
59 stars 2 forks source link

readme improvement #212

Closed fes300 closed 4 years ago

fes300 commented 4 years ago

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.

giogonzo commented 4 years ago

Isn't this solved by https://github.com/buildo/avenger/issues/207? The behavior above is just the current default, which we already agreed to document better in #207