Quilt.js - A JavaScript Library For Backbone.js Declarative Views
Quilt.js is a JavaScript library for creating declarative views for Backbone.js. Quilts aims to promote loose coupling, reusability and modularity by implementing functionality in Backbone.js applications without writing any JavaScript.
How does it achieve this? Quilt.js allows you to create plugins which are instantiated via HTML attributes. For example, with Quilt.js, you could store an attribute name in your model, then create a view which can updates itself as it detects changes in the value of the attribute name from the model.
Requirements: Backbone.js
Demo:http:/ / pathable. github. com/ quilt/
License: MIT License
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)






