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组件调用子组件的方法)

posted @   saaspeter  阅读(4)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 单元测试从入门到精通
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 上周热点回顾(3.3-3.9)
· winform 绘制太阳,地球,月球 运作规律
点击右上角即可分享
微信分享提示