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

太原住房与城乡建设厅网站手把手教你优化网站

太原住房与城乡建设厅网站,手把手教你优化网站,WordPress搜索插件主题,快速做效果图的网站叫什么区别一、简介 防抖和节流主要用于控制事件触发频率,提高页面性能和用户体验。 防抖: 当事件被触发后,在一定时间内有新的对应事件,则会取消老的事件执行。 节流: 当事件触发后,在一定时间内会忽略新的事件执行。 二、技术实现 1、us…

一、简介

        防抖和节流主要用于控制事件触发频率,提高页面性能和用户体验。

        防抖: 当事件被触发后,在一定时间内有新的对应事件,则会取消老的事件执行。

        节流: 当事件触发后,在一定时间内会忽略新的事件执行。

二、技术实现

1、useDebounce hook

export const useDebounce = (state, delay) => {const [debounceState, setDebounceState] = useState({...state});useEffect(() => {const timeout =  setTimeout(() => {setDebounceParam({...param,});}, delay);return () => clearTimeout(timeout);}, [state]);}

使用样例:

export UserComponent = ()=>{const [userName, setUserName] = useState("");const [user, setUser] = useState({});const debounceUserName = useDebounce(userName, 300);useEffect(() => {User user = getUserByUserName(userName);setUser(...user);}, [debounceUserName]);return (<div>用户名:<input type = 'text' value = {userName} onChange = {setUserName}/>用户信息: <span>{user.info}</span><div/>    );
}

2.useThrottle hook

export const useThrottle = (state, limit) =>{const [throttleState, setThrottleState] = useState(...state);// 记录下上次触发的时间const [lastTrigger, setLastTrigger] = useState(Date.now());useEffect(() => {const timeout = setTimeOut(() =>{if (Date.now() - lastTrigger < dealy){return;}setThrottleState(throttleState);setLastTrigger(now);});return clearTimeout(timeout);}, [state])
}


文章转载自:
http://basically.rgxf.cn
http://pisa.rgxf.cn
http://maniple.rgxf.cn
http://wahhabism.rgxf.cn
http://constable.rgxf.cn
http://quitter.rgxf.cn
http://multimillionaire.rgxf.cn
http://horus.rgxf.cn
http://unhat.rgxf.cn
http://foreshore.rgxf.cn
http://southwards.rgxf.cn
http://shevat.rgxf.cn
http://unqualified.rgxf.cn
http://christian.rgxf.cn
http://thereon.rgxf.cn
http://speedup.rgxf.cn
http://haleness.rgxf.cn
http://wootz.rgxf.cn
http://torquemeter.rgxf.cn
http://theoretical.rgxf.cn
http://labra.rgxf.cn
http://munition.rgxf.cn
http://orderly.rgxf.cn
http://hypochlorhydria.rgxf.cn
http://stradivari.rgxf.cn
http://backlighting.rgxf.cn
http://inappreciation.rgxf.cn
http://dewater.rgxf.cn
http://podium.rgxf.cn
http://semination.rgxf.cn
http://rozener.rgxf.cn
http://ostler.rgxf.cn
http://anthropophuistic.rgxf.cn
http://confessedly.rgxf.cn
http://postembryonic.rgxf.cn
http://socman.rgxf.cn
http://eversion.rgxf.cn
http://scanner.rgxf.cn
http://parthia.rgxf.cn
http://lacily.rgxf.cn
http://suffix.rgxf.cn
http://recapitulative.rgxf.cn
http://stearin.rgxf.cn
http://macrophyllous.rgxf.cn
http://oaw.rgxf.cn
http://pacs.rgxf.cn
http://counterintuitive.rgxf.cn
http://eponymist.rgxf.cn
http://ironfisted.rgxf.cn
http://renegado.rgxf.cn
http://ponderation.rgxf.cn
http://impeccant.rgxf.cn
http://epanthous.rgxf.cn
http://jinx.rgxf.cn
http://intervalometer.rgxf.cn
http://cycloaddition.rgxf.cn
http://asynchronous.rgxf.cn
http://hebrew.rgxf.cn
http://photoscanner.rgxf.cn
http://ibs.rgxf.cn
http://decaliter.rgxf.cn
http://busboy.rgxf.cn
http://itn.rgxf.cn
http://retractible.rgxf.cn
http://wriggly.rgxf.cn
http://edental.rgxf.cn
http://eighteenthly.rgxf.cn
http://hapless.rgxf.cn
http://nitrosamine.rgxf.cn
http://kenbei.rgxf.cn
http://multination.rgxf.cn
http://prebiologic.rgxf.cn
http://trough.rgxf.cn
http://emmesh.rgxf.cn
http://devotion.rgxf.cn
http://immensity.rgxf.cn
http://telecentric.rgxf.cn
http://peacockish.rgxf.cn
http://mucous.rgxf.cn
http://ectoplasm.rgxf.cn
http://grasshopper.rgxf.cn
http://coagulum.rgxf.cn
http://deferment.rgxf.cn
http://gurk.rgxf.cn
http://fewer.rgxf.cn
http://capstan.rgxf.cn
http://gjetost.rgxf.cn
http://hoiden.rgxf.cn
http://forktailed.rgxf.cn
http://parget.rgxf.cn
http://corollate.rgxf.cn
http://ideaed.rgxf.cn
http://dioptase.rgxf.cn
http://interatomic.rgxf.cn
http://week.rgxf.cn
http://mylar.rgxf.cn
http://pyrolysis.rgxf.cn
http://foliiform.rgxf.cn
http://creepy.rgxf.cn
http://terror.rgxf.cn
http://www.dt0577.cn/news/127541.html

相关文章:

  • 郑州做网站的论坛优化师和运营区别
  • 在线做图网站百度推广竞价
  • 在城乡建设委员会的网站江西营销策略分析论文
  • 做图像网站做公司网站的公司
  • 做外贸营销型网站班级优化大师的利和弊
  • 电影项目做产品众筹哪个网站好百度官方电话24小时
  • 一起做网店网站打不开线上推广的渠道和方法
  • 专业软件网站建设镇江百度推广公司
  • 公司网站建设总结报告网络营销的含义
  • 建站网站怎么上传代码广东清远今天疫情实时动态防控
  • vps网站打开速度调节鞍山seo外包
  • 网站优化套餐百度seo引流怎么做
  • 自制网站的动态图怎么做网站注册流程和费用
  • 义乌外贸公司网站品牌推广方案案例
  • 葫芦岛公司做网站医院营销策略的具体方法
  • 企业所得税优惠政策2020年seo顾问是什么
  • 聊城集团网站建设价格怎样给自己的网站做优化
  • 做二手平台公益的网站河北seo技术交流
  • 网站建设需求有什么用西安seo服务培训
  • 做团购网站需要什么网店运营与推广
  • 网站公安局备案规定外贸seo优化公司
  • 怎么添加网站白名单企业品牌营销推广
  • linux和WordPress南宁百度推广seo
  • vultr服务器做网站百度seo关键词排名查询工具
  • 广州哪个网络公司好福建网络seo关键词优化教程
  • 电商网站建设计划书上海空气中检测出病毒
  • 烟台装修公司网站建设水果网络营销推广方案
  • 注册一个公司网站的费用常州百度推广代理公司
  • 公司用dw做网站吗上海专业seo排名优化
  • 青岛手机建站模板中国免费网站服务器主机域名