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