组件通信

@Share Data

Introduction

passed as a prop

Using context

  1. create your context
  2. wrap provider component
  3. put data on value prop
  4. get data with useContext()

Homework

[]