redux-query

A library for querying and managing network state in Redux applications

redux-query downloads redux-query version redux-query license

redux-query类似的npm包:

npm下载趋势

3 年
🌟 在 redux-query 的 README.md 中显示实时使用量图表,只需复制下面的代码。
## Usage Trend
[![Usage Trend of redux-query](https://npm-compare.com/img/npm-trend/THREE_YEARS/redux-query.png)](https://npm-compare.com/redux-query#timeRange=THREE_YEARS)

Cumulative GitHub Star Trend

🌟 在 redux-query 的 README.md 中显示 GitHub stars 趋势图表,只需复制下面的代码。
## GitHub Stars Trend
[![GitHub Stars Trend of redux-query](https://npm-compare.com/img/github-trend/redux-query.png)](https://npm-compare.com/redux-query)

统计详情

npm包名称
下载量
Stars
大小
Issues
发布时间
License
redux-query68,3231,098197 kB132 年前MIT

redux-query的README

redux-query

npm

A library for managing network state in Redux.

Why use redux-query?

  • It's simply Redux: Follow best practices for storing and handling network state in Redux, with support for features like optimistic updates and cancellation. There's no magic here, just middleware, actions, selectors, and reducers.
  • It's extensible: Built to fit most use cases out-of-the-box, but can easily be extended with custom Redux middleware, UI integrations, and network interfaces.
  • It works great with React: With the provided React hooks and higher-order component in redux-query-react (optional), colocate data dependencies with your components and run requests when components mount or update.

Docs

Redux API

React API

Examples

  • Simple example: 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: This example shows how to use redux-query, redux-query-react, and redux-query-interface-superagent to build a basic Hacker News client.

License

MIT

About

Brought to you by Amplitude Engineering. We're hiring!