use Ref in React(父组件和子组件交互)
通常情况下不要用Ref去获取child component: In React, it’s generally recommended to use props and state to manage your component data flow.
While refs are a powerful tool, they should be used sparingly and only when necessary. Excessive use of refs can lead to code that is harder to understand and maintain. Always opt to use props and state for data flow in React components when possible.
see below:
https://blog.logrocket.com/use-forwardref-react/
https://blog.logrocket.com/complete-guide-react-refs/
https://refine.dev/blog/react-useref-hook-and-ref/#using-the-useref-hook-in-an-application
https://www.altcademy.com/blog/how-to-call-one-component-from-another-component-in-reactjs/ (利用Ref,从Parent组件调用子组件的方法)
分类:
dev-javascript
, dev-react
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 单元测试从入门到精通
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 上周热点回顾(3.3-3.9)
· winform 绘制太阳,地球,月球 运作规律