Matt-Esch / virtual-dom

A Virtual DOM and diffing algorithm
MIT License
11.65k stars 780 forks source link

Is it possible to insert React Component in virtual dom #453

Open dirakkk opened 5 years ago

dirakkk commented 5 years ago

Hello @Matt-Esch

We have currently a project where all ui are based on virtual-dom (and pretty happy) We want to insert ,in one of this project' screen, a component developped in React (for another project). Do you think we can we do that ? and be sure that no future problems will occur ?

thanks