gpt4 book ai didi

javascript - React - 重构类组件以将部件移动到功能组件

转载 作者:行者123 更新时间:2023-12-05 04:58:28 24 4
gpt4 key购买 nike

<分区>

我有以下类组件 -

https://pastebin.com/WigZksAq

我想将面板移动到单独的文件 -

const Panel1 = props => (
<Panel id='Panel1'>
<PanelHeader>Panel 1</PanelHeader>
<Group>
<CellButton onClick={ () => this.setState({ activePanel: 'panel2' }) }>
Go to panel 2
</CellButton>
</Group>
</Panel>
);

但是我不明白如何修改主类组件的状态。

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com