react 组件间通信
摘要:
1、父子组件通信:props+回调函数 2、爷孙组件通信:两层父子通信或者使用 Context.Provider 和 Context.Consumer 3、任意组件通信--》状态管理:redux、Mobx,zustand等状态管理库 阅读全文
posted @ 2023-04-21 16:58 ducky_L 阅读(14) 评论(0) 推荐(0) 编辑
2023年4月21日 #
posted @ 2023-04-21 16:58 ducky_L 阅读(14) 评论(0) 推荐(0) 编辑
posted @ 2023-04-21 15:14 ducky_L 阅读(16) 评论(0) 推荐(0) 编辑