June 2016
Beginner to intermediate
292 pages
6h 8m
English
Data binding is one of the most appealing features in any programming environment. The capability to automatically update the property of an object bound to another one has a powerful charm, and many JavaScript frameworks and libraries support these features in different ways. In this chapter, we will discuss what data binding is and will describe some approaches to implement it in JavaScript applications without using any frameworks. The following topics will be discussed:
In general terms, data binding is a way to bind data to one or more objects ensuring ...
Read now
Unlock full access