State保存在React中,并不在组件中【State is actually held inside React!】 当组件A被替换为组件B时,B组件可以继续使用A组件的状态值! 条件: 相同组件在UI树🌲相同位置组件key相同 一个JSX语句代表一个UI树🌲组件节点 UI🌲同一个位置: UI🌲不同位置: Reducer(https://react.nodejs.cn/learn/extracting-state-logic-into-a-reducer)