File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
33## What is useFetch?
44
5- React hook to fetch data from network, with some additional awesome features.
5+ useFetch is open source reusable react custom hook for making http requests with ease and built-in configurations
66
77## Installation:
88
@@ -42,7 +42,7 @@ ReactDOM.render(<App />, document.getElementById('root'));
4242
4343## Demo:
4444
45- [ Demo] ( https://codesandbox.io/s/github/amitdabade/react-use-fetch-demo )
45+ [ Demo] ( https://codesandbox.io/s/github/amitdabade/react-use-fetch-demo )
4646[ Storybook] ( https://amitdabade.github.io/react-use-fetch )
4747
4848## Configurations:
@@ -94,6 +94,10 @@ useFetch({
9494 }, config);
9595```
9696
97+ ** Custom Config**
98+
99+ [ Demo] ( https://amitdabade.github.io/react-use-fetch/?path=/story/advance--delay )
100+
97101## License:
98102
99103This project is licensed under the terms of the
You can’t perform that action at this time.
0 commit comments