Releases: atomic-state/http-react
Releases · atomic-state/http-react
1.1.3
Adds method for fetching data again
(If the previous request has not been completed, it won't refetch)
const { reFetch } = useFetcher({
...
});
reFetch()
Adds method for fetching data again
(If the previous request has not been completed, it won't refetch)
const { reFetch } = useFetcher({
...
});
reFetch()