Skip to content

`useCache` now calls `useQuery`

Choose a tag to compare

@neurosnap neurosnap released this 07 Feb 04:50
· 29 commits to main since this release
67b11e1

This is a breaking change before useCache previously used useApi which meant that the end-user had to call useApi().trigger for the action to be dispatched. Now it is handled automatically.

We also added tsdocs to many of our public functions.