redux-query
Advanced tools
Comparing version 3.0.0-rc.3 to 3.0.0-rc.4
{ | ||
"name": "redux-query", | ||
"version": "3.0.0-rc.3", | ||
"version": "3.0.0-rc.4", | ||
"description": "A library for querying and managing network state in Redux applications", | ||
@@ -71,3 +71,3 @@ "homepage": "https://github.com/amplitude/redux-query", | ||
}, | ||
"gitHead": "627b4086d8e5fff26ecc51ef05cc5733ba40060c" | ||
"gitHead": "ddf9592780cbeb38356b7a956f3635ce8893446d" | ||
} |
@@ -38,3 +38,3 @@ # redux-query | ||
- [Simple example](https://amplitude.github.io/redux-query/docs/examples/simple): This example is a very simple web app that has only one feature – you can view and update your username. The purpose of this example is to demonstrate how requests and mutations (including optimistic updates) work with redux-query. | ||
- [Hacker News](https://amplitude.github.io/redux-query/docs/examples/hacker-news): This example shows how to use redux-query, redux-query-react, and redux-query-interface-superagent to build a basic Hacker News client. You can run this example in the browser by clicking the button below: | ||
- [Hacker News](https://amplitude.github.io/redux-query/docs/examples/hacker-news): This example shows how to use redux-query, redux-query-react, and redux-query-interface-superagent to build a basic Hacker News client. | ||
@@ -41,0 +41,0 @@ ## License |
159656
3199