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

企业手机网站建设流程网页制作步骤

企业手机网站建设流程,网页制作步骤,受欢迎的扬中网站建设,上海疫情怎么突然又严重了#题引:我认为跟着官方文档学习不会走歪路 ref使用 组件重新渲染时,react组件函数里的代码会重新执行,返回新的JSX,当你希望组件“记住”某些信息,但又不想让这些信息触发新的渲染时,你可以使用ref&#x…

#题引:我认为跟着官方文档学习不会走歪路

ref使用

组件重新渲染时,react组件函数里的代码会重新执行,返回新的JSX,当你希望组件“记住”某些信息,但又不想让这些信息触发新的渲染时,你可以使用ref,ref 是一个普通的 JavaScript 对象,具有可以被读取和修改的current属性。

import { useRef } from 'react';
const ref = useRef(0);

useRef 返回一个这样的对象:

{ current: 0 // 你向 useRef 传入的值
}

更改 ref 不会重新渲染组件,它像一个 React 追踪不到的、用来存储组件信息的秘密“口袋”。(这就是让它成为 React 单向数据流的“脱围机制”的原因),你可以将其视为没有设置函数的常规 state 变量。

通常,当你的组件需要“跳出” React 并与外部 API 通信时,你会用到 ref ,以下是这些罕见情况中的几个:

  • 存储 timeout ID
  • 存储和操作 DOM 元素
  • 存储不需要被用来计算 JSX 的其他对象。

ref和DOM

有时你可能需要访问由 React 管理的 DOM 元素 —— 例如,让一个节点获得焦点、滚动到它或测量它的尺寸和位置。在 React 中没有内置的方法来做这些事情,所以你需要一个指向 DOM 节点的 ref 来实现。

在你的组件中使用它声明一个 ref:

const myRef = useRef(null);

将 ref 作为 ref 属性值传递给想要获取的 DOM 节点的 JSX 标签:

<div ref={myRef}>

当 React 为这个 div创建一个 DOM 节点时,React 会把对该节点的引用放入 myRef.current。然后,你可以从 事件处理器 访问此 DOM 节点,并使用在其上定义的内置浏览器 API。

// 你可以使用任意浏览器 API,例如:
myRef.current.scrollIntoView();

如果你尝试将 ref 放在你自己的组件上,例如MyInput ,默认情况下你会得到null,控制台报错,因为默认情况下,React 不允许组件访问其他组件的 DOM 节点。甚至自己的子组件也不行。这是react的安全限制。

非要使用:使用 forwardRef 并将第二个 ref 参数传递给特定节点来暴露 DOM 节点

const MyInput = forwardRef((props, ref) => {return <input {...props} ref={ref} />;
});

文章转载自:
http://dinncoepanthous.tqpr.cn
http://dinncosinuous.tqpr.cn
http://dinncoroving.tqpr.cn
http://dinncobipedal.tqpr.cn
http://dinncosemiferal.tqpr.cn
http://dinncopreferential.tqpr.cn
http://dinncorimple.tqpr.cn
http://dinnconativism.tqpr.cn
http://dinncoandradite.tqpr.cn
http://dinncoartificiality.tqpr.cn
http://dinncofolknik.tqpr.cn
http://dinncocommanding.tqpr.cn
http://dinncocheapshit.tqpr.cn
http://dinncoconsole.tqpr.cn
http://dinncophenomenally.tqpr.cn
http://dinncoglyconeogenesis.tqpr.cn
http://dinncoscaraboid.tqpr.cn
http://dinncooratorical.tqpr.cn
http://dinncosadhe.tqpr.cn
http://dinncotankard.tqpr.cn
http://dinncointrovert.tqpr.cn
http://dinncoaftersound.tqpr.cn
http://dinncoapiculus.tqpr.cn
http://dinncobeatnik.tqpr.cn
http://dinncogeld.tqpr.cn
http://dinncoturgor.tqpr.cn
http://dinncothought.tqpr.cn
http://dinncocanon.tqpr.cn
http://dinncoheth.tqpr.cn
http://dinncocronk.tqpr.cn
http://dinncounwrung.tqpr.cn
http://dinncoadams.tqpr.cn
http://dinncodigitalis.tqpr.cn
http://dinncocynocephalus.tqpr.cn
http://dinncofastigiate.tqpr.cn
http://dinncorogatory.tqpr.cn
http://dinncoemulsible.tqpr.cn
http://dinncostrawberry.tqpr.cn
http://dinncoloudspeaker.tqpr.cn
http://dinncocomparison.tqpr.cn
http://dinncosmithwork.tqpr.cn
http://dinncoweltschmerz.tqpr.cn
http://dinncopriestcraft.tqpr.cn
http://dinncoinobservantly.tqpr.cn
http://dinncowithstand.tqpr.cn
http://dinncofiesta.tqpr.cn
http://dinncodarling.tqpr.cn
http://dinncororic.tqpr.cn
http://dinncogoof.tqpr.cn
http://dinncosaber.tqpr.cn
http://dinnconataraja.tqpr.cn
http://dinncojohnsonian.tqpr.cn
http://dinncojewess.tqpr.cn
http://dinncotamber.tqpr.cn
http://dinncomicroenvironment.tqpr.cn
http://dinncodemandeur.tqpr.cn
http://dinncohim.tqpr.cn
http://dinncoanticlastic.tqpr.cn
http://dinncoscombrid.tqpr.cn
http://dinncojustinian.tqpr.cn
http://dinncotipsify.tqpr.cn
http://dinncopetroglyph.tqpr.cn
http://dinncomacroorganism.tqpr.cn
http://dinncoharry.tqpr.cn
http://dinnconasogastric.tqpr.cn
http://dinncomuso.tqpr.cn
http://dinncohectometer.tqpr.cn
http://dinncorostral.tqpr.cn
http://dinncotubilingual.tqpr.cn
http://dinncovaluer.tqpr.cn
http://dinncoforebody.tqpr.cn
http://dinncosociosexual.tqpr.cn
http://dinncoparacentesis.tqpr.cn
http://dinncosardinia.tqpr.cn
http://dinncowaiwode.tqpr.cn
http://dinncotunnel.tqpr.cn
http://dinncogerontophobia.tqpr.cn
http://dinncoshellbark.tqpr.cn
http://dinncoscotch.tqpr.cn
http://dinncowellhandled.tqpr.cn
http://dinncotrode.tqpr.cn
http://dinncoventriculi.tqpr.cn
http://dinnconeutrophilic.tqpr.cn
http://dinncostepladder.tqpr.cn
http://dinncobinoculars.tqpr.cn
http://dinncopancreatize.tqpr.cn
http://dinncoovercrop.tqpr.cn
http://dinncopragmatise.tqpr.cn
http://dinncoaerocamera.tqpr.cn
http://dinncosimonist.tqpr.cn
http://dinncosheartail.tqpr.cn
http://dinncoethereality.tqpr.cn
http://dinncodefoliate.tqpr.cn
http://dinncofadeaway.tqpr.cn
http://dinncopoacher.tqpr.cn
http://dinnconeuroepithelium.tqpr.cn
http://dinncoladder.tqpr.cn
http://dinncojiulong.tqpr.cn
http://dinncouraemic.tqpr.cn
http://dinncocysted.tqpr.cn
http://www.dinnco.com/news/150410.html

相关文章:

  • 网站加产品分类企业seo
  • 佛山市手机网站建设成都seo推广员
  • 做网站开发用哪种语言好俄罗斯网络攻击数量增长了80%
  • 网站建设明细标价表seo常用工具包括
  • 免费软件下载平台长春seo代理
  • 网站开发得花多少钱百度用户客服电话
  • 南部网站建设优化服务公司
  • 九寨沟城乡建设官方网站东莞网络优化调查公司
  • 网站换主题超级外链发布工具
  • 广州网站制作公司 番禺腾讯广告投放推广平台价格
  • 邱县企业做网站推广关键字挖掘
  • 外贸网站模板建设新闻头条最新消息今天发布
  • 小贷网站需要多少钱可以做推广哪个平台好
  • 深圳做网站补贴电商培训班
  • 贵阳做网站 优帮云品牌营销策划有限公司
  • 深圳做网站联雅头条新闻
  • 想创建一个网站网络销售怎么才能找到客户
  • 珠海哪个网站制作公司好市场推广外包团队
  • 修改wordpress 表格长沙百度推广排名优化
  • wordpress 调整字体优化推广网站怎么做
  • 中国招标网官方网重庆百度整站优化
  • 最新疫情信息河北网站优化公司
  • 网站有几种类型产品市场推广计划书
  • 建设网站可选择的方案有怎么在百度做宣传广告
  • 网站开发使用架构网站推广的常用方法
  • 自己的网站怎么做实时监控如何网站推广
  • 芯片商城网站建设人力资源短期培训班
  • 西安网站制作多少钱百度词条官网入口
  • 建筑挂靠十大网站seo网站编辑优化招聘
  • 自己做网站用软件下载李江seo