六 react 组件通信 跨组件通信 Context

60 阅读1分钟

image.png

image.png

APP組件A組件 A組件包含C组件 ,要求 APP 组件数据直接传递给C组件

A 组件

image.png

C组件 image.png

APP 组件 image.png 实现效果 image.png