https://github.com/yangfei4913438/react-query-demo
https://github.com/yangfei4913438/react-query-demo
json-server mockjs react-query
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yangfei4913438/react-query-demo
- Owner: yangfei4913438
- License: mit
- Created: 2022-08-12T08:31:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-12T09:22:53.000Z (almost 3 years ago)
- Last Synced: 2025-02-08T03:42:19.719Z (4 months ago)
- Topics: json-server, mockjs, react-query
- Language: TypeScript
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 中文说明:
react-query 的使用范例。
#### 功能:
- 全局客户端默认配置
- 初始查询
- 主动更新
- 新增记录
- 复制记录
- 编辑记录
- 删除记录
- 全量更新记录
- 增量更新记录## English Description.
Example of using react-query.
#### Features.
- Global client default configuration
- Initial query
- Proactive update
- New Record
- Copy records
- Edit Record
- Delete records
- Full update records
- Incremental update records