gpt4 book ai didi

javascript - 将 React 组件添加到 html 元素

转载 作者:行者123 更新时间:2023-11-28 16:44:53 25 4
gpt4 key购买 nike

我有一个containerElement和一个react组件。我想将react组件添加到containerElement中。我有办法做到吗?我尝试过containerElement .appendChild(),但不起作用。

const containerElement = document.getElementById(divId);
React component: <ReactComponent></ReactComponnet>

最佳答案

ReactDOM.render(<ReactComponent/>, document.getElementById(divId));

关于javascript - 将 React 组件添加到 html 元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60662447/

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