redux-query
Advanced tools
Comparing version 3.3.0-alpha.6 to 3.3.0-rc.0
{ | ||
"name": "redux-query", | ||
"version": "3.3.0-alpha.6", | ||
"version": "3.3.0-rc.0", | ||
"description": "A library for querying and managing network state in Redux applications", | ||
@@ -72,3 +72,3 @@ "homepage": "https://github.com/amplitude/redux-query", | ||
}, | ||
"gitHead": "df3281d322db61074c0ce0629cf4e5afd9a90617" | ||
"gitHead": "ee02dc356edd909b20fddcc264878a86f487230c" | ||
} |
@@ -33,2 +33,3 @@ # redux-query | ||
- [useRequest](https://amplitude.github.io/redux-query/docs/use-request) | ||
- [useRequests](https://amplitude.github.io/redux-query/docs/use-requests) | ||
- [useMutation](https://amplitude.github.io/redux-query/docs/use-mutation) | ||
@@ -35,0 +36,0 @@ - [connectRequest](https://amplitude.github.io/redux-query/docs/connect-request) |
153223
49