microsoft / angular-react

Use React components inside Angular
https://microsoft.github.io/angular-react/
MIT License
543 stars 73 forks source link

Virtual + real dom manipulation simultaneously is not a good idea. #94

Open ghost opened 5 years ago

ghost commented 5 years ago

Virtual + real dom having issue which is difficult to debug.

bengry commented 5 years ago

Can you elaborate? We don't modify the VDom directly, besides using public APIs exposed by react or react-dom. Same goes for Angular (and regular/real DOM).