react-fetch-utils 1.1.1 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{README → README.md} +6 -0
- package/package.json +1 -1
package/{README → README.md}
RENAMED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
# react-fetch-utils
|
|
2
|
+

|
|
3
|
+

|
|
2
4
|
|
|
3
5
|
Lightweight React hooks and utilities for fetch requests with cancellation support.
|
|
4
6
|
|
|
@@ -482,3 +484,7 @@ console.log(statusEnum[status]); // "fetching"
|
|
|
482
484
|
## License
|
|
483
485
|
|
|
484
486
|
MIT
|
|
487
|
+
|
|
488
|
+
## CONTRIBUTING
|
|
489
|
+
|
|
490
|
+
See [CONTRIBUTING](https://github.com/wilsocr88/react-fetch-utils/blob/master/CONTRIBUTING.md)
|