串行请求的useWatcher
策略类型
use hook
在使用扩展 hooks 前,确保你已熟悉了 alova 的基本使用。
状态更新触发一组串行请求,比在最佳实践中的串行请求更加简洁易用,统一的 loading 状态、error、回调函数。
特性
- 更加简洁易用的串行方式;
- 统一的请求状态和回调函数;
- 状态更新触发多个请求串行执行;
示例
安装
- vue
- react
- svelte
# npm
npm install @alova/scene-vue --save
# yarn
yarn add @alova/scene-vue
# npm
npm install @alova/scene-react --save
# yarn
yarn add @alova/scene-react
# npm
npm install @alova/scene-svelte --save
# yarn
yarn add @alova/scene-svelte