React Context用法总结
摘要:
Context作用 React中,父子组件通信的机制,父子组件的通信是通过props进行数据的传递。Context提供了一种方式,能够让数据跨越组件层级来传递,不再需要一层一层的传递 如何使用 React.createContext() const MyContext = React.createC 阅读全文
posted @ 2021-02-20 18:11 小范范xf 阅读(174) 评论(0) 推荐(0)
浙公网安备 33010602011771号