1.

What Is The Features Of Knockout Js?

Answer»

Dependency Tracking - Knockoutjs make dependency between View and ViewModel. Knockoutjs track any changes on dependent object when.

When dependent object in the dependency tracking, Knockoutjs AUTOMATICALLY update the UI (DOM) when your data model is change.

Declarative Binding - In the declarative binding, your UI (DOM) is connected to your data model in a simply manner using data-bind control

Automatic UI Refresh –knockoutjs automatically refresh UI when ViewModel update. Any changes ViewModel data automatically refresh on view.

Template Binding - Templating is use for build sophisticated UI in EASILY. Knockoutjs populate the DOM element in NESTED and repeating manner with the help of foreach, if, with, and other control flow bindings and third party template ENGINE.

Pure JavaScript library – Knockoutjs works with any server or client-side technology. And easily work with existing web application without any major changes.

Compact Size – Knockoutjs size is around 13kb after gzipping

Support all modern – Knockoutjs support almost every modern browsers (IE 6+, Firefox 2+, Chrome, Safari, others)

Easy to implement - No need to change existing architecture of project. Can easily implement existing architecture with the help of KO.

Dependency Tracking - Knockoutjs make dependency between View and ViewModel. Knockoutjs track any changes on dependent object when.

When dependent object in the dependency tracking, Knockoutjs automatically update the UI (DOM) when your data model is change.

Declarative Binding - In the declarative binding, your UI (DOM) is connected to your data model in a simply manner using data-bind control

Automatic UI Refresh –knockoutjs automatically refresh UI when ViewModel update. Any changes ViewModel data automatically refresh on view.

Template Binding - Templating is use for build sophisticated UI in easily. Knockoutjs populate the DOM element in nested and repeating manner with the help of foreach, if, with, and other control flow bindings and third party template engine.

Pure JavaScript library – Knockoutjs works with any server or client-side technology. And easily work with existing web application without any major changes.

Compact Size – Knockoutjs size is around 13kb after gzipping

Support all modern – Knockoutjs support almost every modern browsers (IE 6+, Firefox 2+, Chrome, Safari, others)

Easy to implement - No need to change existing architecture of project. Can easily implement existing architecture with the help of KO.



Discussion

No Comment Found