DEV Community

Discussion on: 5 things I struggled with when learning React with a Vue background

Collapse
 
rohanrp profile image
Rohan Pereira

Another huge advantage of Vue is that you can use a react-like render function if you have a complex component.

React forces you to use render by default so lots of simple components are built with spaghetti JS blocks.