問題タブ [unwrap]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
reactjs - jQuery unwrap メソッドに似た、react で div をアンラップします。
React JSXを使用しています。以下に示すように、className="shadow" の div があります。
true または false の特定の条件に基づいて、className="shadow" の div を削除したいが、id="wrapper" の div を含むすべての div をそのまま保持したい。jQueryのunwrap()メソッドのようなもの。以下に書かれていることの効果はありますが、それほど多くのコード行はありません。
React.js : Wrapping one component into anotherとHow to pass in a react component into another react component to transclude the first component's content?を確認しました。、しかし、私が探しているものが得られませんでした。