Quilt.js - A JavaScript Library For Backbone.js Declarative Views
Join the DZone community and get the full member experience.
Join For Free
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
Published at DZone with permission of Hirvesh Munogee, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
SRE vs. DevOps
-
AWS Multi-Region Resiliency Aurora MySQL Global DB With Headless Clusters
-
Microservices: Quarkus vs Spring Boot
-
AI Technology Is Drastically Disrupting the Background Screening Industry
Comments