Skip to content

Releases: atomic-state/http-react

1.1.3

24 Dec 19:15
Compare
Choose a tag to compare

Adds method for fetching data again
(If the previous request has not been completed, it won't refetch)

const { reFetch }  = useFetcher({
   ...
});


reFetch()