Slide 10
Slide 10 text
What is KnockoutJS?
• Helps you create dynamic web apps
• Dependency tracking
• Declarative binding
• Extensible
• Supports lots of browsers
Sunday, October 21, 2012
KnockoutJS is a javascript library that helps you create dynamic web applications.
Anytime you have anything in your UI change dynamically, KO will help you write and maintain
that
Dependency tracking: ko detects changes in your data and syncs it to your ui automatically
Declarative bindings: any easy way to connect your UI to your data, if you can write Html you
can bind with ko
Extensible: write your own custom code to make KO even more powerful
Browser support: supports IE 6+, Safari, Firefox, Chrome