Skip to content

Commit e6dd566

Browse files
authored
Update README.md
1 parent e7d1633 commit e6dd566

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

99103
This project is licensed under the terms of the

0 commit comments

Comments
 (0)