Component hook useGet
that uses axios to fetch the data from the API backend or mocked
Name | Type | Description |
---|---|---|
url | string | URL of the API call |
- Source
Example
const userInfo = useGet(url)
Component hook useGet
that uses axios to fetch the data from the API backend or mocked
Name | Type | Description |
---|---|---|
url | string | URL of the API call |
const userInfo = useGet(url)