We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 844d8dc commit 491129cCopy full SHA for 491129c
README.md
@@ -39,6 +39,12 @@ function App() {
39
40
ReactDOM.render(<App />, document.getElementById('root'));
41
```
42
+<iframe src="https://codesandbox.io/embed/github/amitdabade/react-use-fetch-demo/tree/main/?fontsize=14&hidenavigation=1&theme=dark"
43
+ style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
44
+ title="react-use-fetch-demo"
45
+ allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
46
+ sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
47
+ ></iframe>
48
49
## Demo:
50
0 commit comments