Parent控制Child(Lifting state up)
React的设计哲学就是各自负责自己的state,当parent需要控制child时,这时要用到的设计概念叫Lifting state up
Demo: https://codesandbox.io/s/z3431proxl?from-embed
核心代码
最后更新于
React的设计哲学就是各自负责自己的state,当parent需要控制child时,这时要用到的设计概念叫Lifting state up
Demo: https://codesandbox.io/s/z3431proxl?from-embed
最后更新于