react-fetch-hook
Advanced tools
Comparing version 1.8.0 to 1.8.1
{ | ||
"name": "react-fetch-hook", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "React fetch hook", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -105,3 +105,3 @@ # react-fetch-hook | ||
const { isLoading, data } = useFetch("https://swapi.co/api/people/1", { | ||
depends: [!!authToken, someState] //don't call request, if haven't authToken and someState: false | ||
depends: [!!authToken, someState] // don't call request, if haven't authToken OR someState: false | ||
}); | ||
@@ -224,2 +224,19 @@ | ||
## Who Uses react-fetch-hook | ||
### Open Source projects | ||
* [react-figma](https://github.com/react-figma/react-figma) | ||
* [awesome-web-animation](https://github.com/sergey-pimenov/awesome-web-animation) | ||
* [redux-helpers](https://github.com/lecstor/redux-helpers) | ||
### Companies | ||
* [Redis Agency](https://redis.agency/) | ||
* [Lessmess Agency](https://lessmess.agency) | ||
* [BigDatr](https://bigdatr.com/) | ||
* [Fabrique numérique des Ministères Sociaux](https://incubateur.social.gouv.fr/) | ||
[See more](https://github.com/ilyalesik/react-fetch-hook/network/dependents) | ||
## Sponsored | ||
@@ -226,0 +243,0 @@ <a href="https://lessmess.agency/?utm_source=react-fetch-hook"> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16582
245