Binding data with Object.observe

added by JavaScript Kicks
10/28/2014 9:36:35 AM

127 Views

In this article we’ll try to implement a minimal data-binding framework using new fancy Object.observe API which everyone’s in love with. We’ll go step by step and try to solve all of the problems appear on our way. The resulting framework is not by any means production-ready, though I’ll publish it on Github for this tutorial needs only.


0 comments