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 3117359 commit aa14146Copy full SHA for aa14146
README.md
@@ -31,6 +31,9 @@
31
<a href="https://github.com/alex-cory/use-http/blob/master/license.md">
32
<img alt="undefined" src="https://img.shields.io/github/license/alex-cory/use-http.svg">
33
</a>
34
+ <a href="https://greenkeeper.io/">
35
+ <img alt="undefined" src="https://badges.greenkeeper.io/alex-cory/use-http.svg">
36
+ </a>
37
</p>
38
39
<img align="right" src="https://media.giphy.com/media/fAFg3xESCJyw/giphy.gif" />
@@ -44,6 +47,7 @@ A note on the documentation below. Many of these examples could have performance
44
47
45
48
Features
46
49
---------
50
+
51
- SSR (server side rendering) support
52
- TypeScript support
53
- Zero dependencies (peer deps: react, react-dom)
0 commit comments