About KnockoutJS
Knockout
is a standalone JavaScript implementation of the Model-View-ViewModel (MVVM)
pattern with templates. Its is a JavaScript library that helps you to create
rich, responsive display and editor user interfaces with a clean underlying
data model. It helps you the followings:
a clear separation between domain data, view components and data
to be displayed
the presence of a clearly defined layer of specialized code to
manage the relationships between the view components
date dynamically
date dynamically
In
very simple word, any time you have sections of UI that updated automatically
while your data changes. For single page application, as well as using this
rich web framework, implementation of SharePoint app can make your life more
easier.
Following
the links to know more about KnockoutJS in I do strongly believe this will help
you to know how to utilized Knockout in your application framework.
· Steve Michelotti Blog – http://geekswithblogs.net/michelotti
Comments
Post a Comment