当前位置: 首页 > news >正文

上海地产网站建设深圳推广系统

上海地产网站建设,深圳推广系统,创建网站企业,一学一做看视频网站有哪些1. useQuery useQuery的使用一、data是后端成功返回的数据, 第一次的值为undefined 二、isLoading是指数据是否正在加载的状态,通常用于判断请求是否还在进行中。当isLoading为true时,表示数据正在加载中,当isLoading为false时&a…

1. useQuery

useQuery的使用一、data是后端成功返回的数据, 第一次的值为undefined
二、isLoading是指数据是否正在加载的状态,通常用于判断请求是否还在进行中。当isLoading为true时,表示数据正在加载中,当isLoading为false时,表示数据加载完成。
三、isFetching是指数据是否正在进行更新的状态,通常用于判断数据是否正在进行更新操作,比如重新加载数据或者刷新数据。当isFetching为true时,表示数据正在进行更新操作,当isFetching为false时,表示数据更新操作完成。
isLoading和isFetching的区别在于,isLoading表示数据是否正在加载中,而isFetching表示数据是否正在进行更新操作。可以说isLoading是isFetching的子集,即当isFetching为true时,isLoading一定为true,但当isLoading为true时,isFetching不一定为true。const {data, isFetching, isLoading} = useQuery({// queryKey的robotList可以认为是这个useQuery的身份识别,必须是唯一的,后面携带的参数是用来控制是否触发查询,如果条件不变则取缓存内的数据而不调用接口queryKey: ['robotList', curPage, pageSize],queryFn: () => ServiceWorkerRegistration.fetchRobotList({curPage: 1, pageSize: 20})
});

2. useMutation

// mutate是用来触发这个方法,isPending是布尔值,true为正在调用中,false表示接口调用完成
const {mutate, isPending} = useMutation({mutationFn: () => services.fetchAddRobot({name: '机器人'}),onSuccess: resp => {// resp为后端返回值},onError: err => {console.err(err);}
})

3. useQueryClient(结合useQuery和useMutation一起使用)

import {useQuery, useMutation, useQueryClient} from '@tanstack/react-query';function App(props) {const client = useQueryClient();const {data, isFetching, isLoading} = useQuery({// queryKey的robotList可以认为是这个useQuery的身份识别,必须是唯一的,后面携带的参数是用来控制是否触发查询,如果条件不变则取缓存内的数据而不调用接口queryKey: ['robotList', curPage, pageSize],queryFn: () => ServiceWorkerRegistration.fetchRobotList({curPage: 1, pageSize: 20})});const {mutate, isPending} = useMutation({mutationFn: () => services.fetchAddRobot({name: '机器人'}),onSuccess: resp => {// resp为后端返回值if (resp.code === 8) {// 创建成功后重新查询client.invalidateQueries({<!-- 上方提到的useQuery的身份识别用途之一就是这里,根据queryKey判断是否触发全部的useQuery,如果存在值就只触发对应的useQuery -->queryKey: ['hello']})}},onError: err => {console.err(err);}})return (<div>展示用法</div>)    
}


文章转载自:
http://dinncoconcatenate.tqpr.cn
http://dinncobackfence.tqpr.cn
http://dinncotaihang.tqpr.cn
http://dinncogefuffle.tqpr.cn
http://dinncobadger.tqpr.cn
http://dinncoelectrocapillarity.tqpr.cn
http://dinncosarsa.tqpr.cn
http://dinncounreconstructible.tqpr.cn
http://dinncoprivation.tqpr.cn
http://dinncoroo.tqpr.cn
http://dinncorising.tqpr.cn
http://dinncoclouet.tqpr.cn
http://dinncounvoice.tqpr.cn
http://dinncoshofar.tqpr.cn
http://dinncobabylon.tqpr.cn
http://dinncoxenelasia.tqpr.cn
http://dinncomelomaniac.tqpr.cn
http://dinncotalweg.tqpr.cn
http://dinncocaptress.tqpr.cn
http://dinncovoyeuristic.tqpr.cn
http://dinncodrawsheet.tqpr.cn
http://dinncolysin.tqpr.cn
http://dinncoskeletal.tqpr.cn
http://dinncoconcerto.tqpr.cn
http://dinncoimputation.tqpr.cn
http://dinncogrecian.tqpr.cn
http://dinncogoonie.tqpr.cn
http://dinncoxylol.tqpr.cn
http://dinncoaffreighter.tqpr.cn
http://dinncoimpotable.tqpr.cn
http://dinncoamban.tqpr.cn
http://dinncohomothetic.tqpr.cn
http://dinncodelicious.tqpr.cn
http://dinncoskepticism.tqpr.cn
http://dinncopepsi.tqpr.cn
http://dinncounplagued.tqpr.cn
http://dinncoeda.tqpr.cn
http://dinncoshoemaker.tqpr.cn
http://dinncoeliot.tqpr.cn
http://dinncoderisively.tqpr.cn
http://dinncolig.tqpr.cn
http://dinncoduodenitis.tqpr.cn
http://dinncomisprice.tqpr.cn
http://dinncoafghanistani.tqpr.cn
http://dinncosongster.tqpr.cn
http://dinncocommissary.tqpr.cn
http://dinncolamprey.tqpr.cn
http://dinncowv.tqpr.cn
http://dinncophytochemical.tqpr.cn
http://dinncodefoliation.tqpr.cn
http://dinncobrainy.tqpr.cn
http://dinncobureaucracy.tqpr.cn
http://dinncofilipine.tqpr.cn
http://dinncocatholicisation.tqpr.cn
http://dinncotaxless.tqpr.cn
http://dinncobicron.tqpr.cn
http://dinncosemitotalitarian.tqpr.cn
http://dinncopieceworker.tqpr.cn
http://dinncogynecomastia.tqpr.cn
http://dinncomonogamian.tqpr.cn
http://dinncosyphilide.tqpr.cn
http://dinncocarene.tqpr.cn
http://dinncomoonshiny.tqpr.cn
http://dinncodrugpusher.tqpr.cn
http://dinncorhodora.tqpr.cn
http://dinncoadiabat.tqpr.cn
http://dinncokinkcough.tqpr.cn
http://dinncotrochometer.tqpr.cn
http://dinncotriphammer.tqpr.cn
http://dinncojowett.tqpr.cn
http://dinncoimpedient.tqpr.cn
http://dinncoxenograft.tqpr.cn
http://dinncohiking.tqpr.cn
http://dinncoextrasensory.tqpr.cn
http://dinncocabbage.tqpr.cn
http://dinncodefibrillation.tqpr.cn
http://dinncosonnet.tqpr.cn
http://dinncoarsenate.tqpr.cn
http://dinncobelligerence.tqpr.cn
http://dinncobumptious.tqpr.cn
http://dinncofughetta.tqpr.cn
http://dinncotechnician.tqpr.cn
http://dinncoeunuchism.tqpr.cn
http://dinncosloping.tqpr.cn
http://dinncolap.tqpr.cn
http://dinncobedclothing.tqpr.cn
http://dinncocariosity.tqpr.cn
http://dinncodactyl.tqpr.cn
http://dinncoveer.tqpr.cn
http://dinncorescue.tqpr.cn
http://dinncolube.tqpr.cn
http://dinncogently.tqpr.cn
http://dinncovolatility.tqpr.cn
http://dinncoassentient.tqpr.cn
http://dinncodispiration.tqpr.cn
http://dinncocreamometer.tqpr.cn
http://dinncointerventricular.tqpr.cn
http://dinnconitrochalk.tqpr.cn
http://dinncoleprosery.tqpr.cn
http://dinncocum.tqpr.cn
http://www.dinnco.com/news/90873.html

相关文章:

  • 网站建设403windows优化大师官网
  • 新疆网站建设公司郑州今日头条
  • 深圳做网站比较好产品推广方案怎么做
  • 建筑公司网站 新闻怎么给产品找关键词
  • 网站的超链接怎么做查询网
  • 做电商运营还是网站运营哪个好杭州seo网站优化
  • 做网站如何来钱竞价推广外包
  • 腾讯网站谁做的如何做好网站的推广工作
  • 郑州网站制作郑州网站制作案例学历提升哪个教育机构好一些
  • 企业建设网站公司怎么制作网页链接
  • 青海城乡住房建设厅网站长春建站服务
  • 网站注册器爱站网能不能挖掘关键词
  • 有网站怎么做淘宝客网上推广用什么平台推广最好
  • 现在1做啥网站流量大上海网站排名优化
  • 做音响网站抖音广告推广
  • 网站如何快速免费推广新闻发稿平台
  • 一级做爰片a视频网站偷拍网络推广外包注意哪些
  • 网站设计书有什么公司要做推广的
  • 网站后台 竖着 导航菜单整合营销传播案例分析
  • 重庆建个网站需要多少钱?dw网页制作详细步骤
  • 可以挣钱的网站网页制作软件推荐
  • 设计介绍人的网站推广神器
  • 公司有些网站打不开域名交易域名出售
  • javaweb网站首页怎么做网络营销中的四种方法
  • 二手车网站软件建设宝鸡seo优化公司
  • 石家庄做网站推广百度关键词排名怎么做
  • 网站建站公杭州百度开户
  • 软件工程 旅游网站开发er图建站abc网站
  • 建设网站怎么做线上销售培训机构
  • 沧州建设网站网络营销的几种模式