Skip to content

Commit

Permalink
feat: usePagination action functions upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
JOU-amjs committed Jun 11, 2023
1 parent 4beea7c commit 45f2d3d
Show file tree
Hide file tree
Showing 23 changed files with 724 additions and 83 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![npm](https://img.shields.io/npm/v/@alova/scene-vue)](https://www.npmjs.com/package/@alova/scene)
[![Coverage Status](https://coveralls.io/repos/github/alovajs/scene/badge.svg?branch=main)](https://coveralls.io/github/alovajs/scene?branch=main)
[![build](https://github.com/alovajs/scene/actions/workflows/main-scene.yml/badge.svg?branch=main)](https://github.com/alovajs/scene/actions/workflows/main-scene.yml)
[![build](https://github.com/alovajs/scene/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/alovajs/scene/actions/workflows/release.yml)
![license](https://img.shields.io/badge/license-MIT-blue.svg)

[alova](https://github.com/alovajs/alova) is a request strategy library, **Its mission is to make applications manage Client-Server data interaction more efficiently**, allowing developers to more elegantly implement more High performance and experience better request function. This library implements different request strategies for specific scenarios around the [core library](https://github.com/alovajs/alova). If you need to give full play to the power of alova, you can use it together with this library.
Expand Down
2 changes: 1 addition & 1 deletion packages/scene-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![npm](https://img.shields.io/npm/v/@alova/scene-react)](https://www.npmjs.com/package/@alova/scene)
[![Coverage Status](https://coveralls.io/repos/github/alovajs/scene/badge.svg?branch=main)](https://coveralls.io/github/alovajs/scene?branch=main)
[![build](https://github.com/alovajs/scene/actions/workflows/main-scene.yml/badge.svg?branch=main)](https://github.com/alovajs/scene/actions/workflows/main-scene.yml)
[![build](https://github.com/alovajs/scene/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/alovajs/scene/actions/workflows/release.yml)
![license](https://img.shields.io/badge/license-MIT-blue.svg)

[alova](https://github.com/alovajs/alova) is a request strategy library, **Its mission is to make applications manage Client-Server data interaction more efficiently**, allowing developers to more elegantly implement more High performance and experience better request function. This library implements different request strategies for specific scenarios around the [core library](https://github.com/alovajs/alova). If you need to give full play to the power of alova, you can use it together with this library.
Expand Down
2 changes: 1 addition & 1 deletion packages/scene-react/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![npm](https://img.shields.io/npm/v/@alova/scene-react)](https://www.npmjs.com/package/@alova/scene)
[![Coverage Status](https://coveralls.io/repos/github/alovajs/scene/badge.svg?branch=main)](https://coveralls.io/github/alovajs/scene?branch=main)
[![build](https://github.com/alovajs/scene/actions/workflows/main-scene.yml/badge.svg?branch=main)](https://github.com/alovajs/scene/actions/workflows/main-scene.yml)
[![build](https://github.com/alovajs/scene/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/alovajs/scene/actions/workflows/release.yml)
![license](https://img.shields.io/badge/license-MIT-blue.svg)

[alova](https://github.com/alovajs/alova) 是一个请求策略库,**它的使命是让应用更高效地管理 Client-Server 数据交互**,让开发者更优雅地实现更高性能和体验更好的请求功能。这个库是围绕[核心库](https://github.com/alovajs/alova)针对特定场景实现了不同的请求策略,如果需要发挥 alova 更大的能量,可以配合这个库一同使用。
Expand Down
Loading

0 comments on commit 45f2d3d

Please sign in to comment.