DEV Community

Discussion on: Vue vs React Episode 0: Handling Form

Collapse
 
speirwang profile image
He Wang • Edited

Vue has two way binding on its data, React only has one way binding. This is not ture.

If you read Vue doc about the form vuejs.org/v2/guide/forms.html
It says clearly that v-model is just a syntax sugar. React lets you use the raw way to create the two-way binding, but technically speaking, they are the same.

Collapse
 
juliancanderson profile image
Julian Christian Anderson

hi. let me make a revision on that so it won't be misleading. thank you!

Collapse
 
speirwang profile image
He Wang

No worries at all!