DEV Community

Discussion on: How to select a front-end framework?

 
imben1109 profile image
Ben

two-way binding is just a concept which your variable value is bind the dom element such as input.

For example, there are a input filed and javascript variable, v. When you change the variable,v to 10, you see the field become 10. If you input 10 to the field, you will get 10 from variable v.

Reference: docs.angularjs.org/tutorial/step_06

Thread Thread
 
imben1109 profile image
Ben

Vanilla Js is just a joke. -,-

It is just a regular js.

Thread Thread
 
quii profile image
Chris James

No, that's the point.

Thread Thread
 
imben1109 profile image
Ben