You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allow passing a callback to useFetch's run to modify init (#76)
* allow passing a callback to useFetch's `run` to modify init
* useFetch: allow passing an object to `run` to be spread over `init`
* better typings for `run`, add example
* Upgrade storybook.
* run() now returns void. Fixed code style.
* Improve readability of parseResponse function.
* Improve readability of isDefer.
* Avoid nested ternaries.
* Code style.
* Extend docs on 'run'.
0 commit comments