Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Data binding is particularly useful in a model-view-controller (MVC) architecture. You can build a lightweight view component, and instead of writing myriad functions to handle updating it, you can bind it directly to a model with data binding.
We'll see the simplicity of this approach by creating an inbox message list and reader component.