<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Simler Li</title>
    <description>The latest articles on DEV Community by Simler Li (@ruojianll).</description>
    <link>https://dev.to/ruojianll</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F911716%2Ffb558484-3095-4796-957a-d45c1399defd.png</url>
      <title>DEV Community: Simler Li</title>
      <link>https://dev.to/ruojianll</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ruojianll"/>
    <language>en</language>
    <item>
      <title>How to move react component and it's html element into another parent component?</title>
      <dc:creator>Simler Li</dc:creator>
      <pubDate>Fri, 19 Aug 2022 11:25:00 +0000</pubDate>
      <link>https://dev.to/ruojianll/move-component-and-its-html-element-into-a-different-parent-component-1240</link>
      <guid>https://dev.to/ruojianll/move-component-and-its-html-element-into-a-different-parent-component-1240</guid>
      <description>&lt;p&gt;I'm working on building a low code WYDIWYG platform to build web pages. So we need to drag a component(also a react component) from an old parent to a new one. The component should be reused to prevent destroy and rebuild it. The dom elements(vnode tree) of the component should be kept cause of some third party libs may alter dom directly.&lt;/p&gt;

&lt;p&gt;In other words, move a react component to another parent component whit it's html element.&lt;/p&gt;

&lt;p&gt;These components don't need props and other interactions with it's parent.&lt;/p&gt;

</description>
      <category>react</category>
    </item>
  </channel>
</rss>
