knockout.js helps you to simplify dynamic JavaScript UIs using the Model-View-ViewModel (MVVM) pattern.
Key features :
1) Easily associate DOM elements with model data using a concise, readable syntax.
2) Pure JavaScript and works with any web framework.
3) When your data model's state changes, your UI updates automatically.
4) Small and Lightweight.
5) Implicitly set up chains of relationships between model data, to transform and combine it.
6) Supports all mainstream browsers.
7) Quickly generate sophisticated, nested UIs as a function of your model data.
Knockout.js follows Model-View-View Model (MVVM) is a design pattern for building user interfaces.
The official website for knockout.js is http://knockoutjs.com/
Coming to using knockout.js in ruby on rails application. After googling I came to see its been using ruby on rails application with the help of gem 'knockout-rails' https://github.com/dnagir/knockout-rails
Here is one of the useful URL which explains the benefits of knockoutjs over backbone.js
URL:http://jeffdeville.com/javascript-development-and-frameworks
some useful links related to knockout.js with rails Implementation
http://obruening.github.com/projects/knockoutjs/help.html
https://github.com/umamahesh/Knockout-On-Rails
Thank You,
Uma Mahesh.
Key features :
1) Easily associate DOM elements with model data using a concise, readable syntax.
2) Pure JavaScript and works with any web framework.
3) When your data model's state changes, your UI updates automatically.
4) Small and Lightweight.
5) Implicitly set up chains of relationships between model data, to transform and combine it.
6) Supports all mainstream browsers.
7) Quickly generate sophisticated, nested UIs as a function of your model data.
Knockout.js follows Model-View-View Model (MVVM) is a design pattern for building user interfaces.
The official website for knockout.js is http://knockoutjs.com/
Coming to using knockout.js in ruby on rails application. After googling I came to see its been using ruby on rails application with the help of gem 'knockout-rails' https://github.com/dnagir/knockout-rails
Here is one of the useful URL which explains the benefits of knockoutjs over backbone.js
URL:http://jeffdeville.com/javascript-development-and-frameworks
some useful links related to knockout.js with rails Implementation
http://obruening.github.com/projects/knockoutjs/help.html
https://github.com/umamahesh/Knockout-On-Rails
Thank You,
Uma Mahesh.
No comments:
Post a Comment