DEV Community

Discussion on: I was creating Forms the wrong way all along in React.js 🤔

Collapse
 
maxim_colesnic profile image
Maxim Colesnic

This is what can be solved in Vue in one line
<input type=“email” v-model=“formData.email” /> ?

Collapse
 
nevcos profile image
Filipe Costa

That and a lot more :D
I went from Vue to React and I can say it's a very very disappointing experience.
The only "plus" of React IMO is being popular.