DEV Community

Discussion on: How to move react component and it's html element into another parent component?

Collapse
 
brense profile image
Rense Bakker

There's no react way to do that. You'd need to get a Html element ref for your container and your child component and then move it with append.