backbone.stickit
Data binder
A plugin for Backbone.js that simplifies data binding to views and models by automatically cleaning up template variables and providing fine-grained control over bindings.
Backbone data binding, model binding plugin. The real logic-less templates.
2k stars
57 watching
176 forks
Language: JavaScript
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
noveogroup/backbone.iobind | Enables real-time data synchronization between client-side models and collections using Socket.io events. | 582 |
flatiron/plates | A library that allows data to be bound to markup without adding special syntax or decoupling decision making from presentation. | 831 |
remy/bind.js | A JavaScript library providing two-way data binding between HTML and JavaScript objects with transformation support. | 694 |
marionettejs/backbone.babysitter | Manages child views within a Backbone View or other object | 378 |
fluentforward/cljs-binding | A library that simplifies binding ClojureScript functions to HTML elements and atomic values, enabling two-way data synchronization. | 57 |
developit/linkstate | A utility function to bind events to state changes in React and Preact components. | 292 |
jonschlinkert/deep-bind | Binds a context to all functions in an object and its nested functions | 9 |
tinrab/databind | A Unity-based data binding system that simplifies the process of linking UI elements to data values. | 69 |
addyosmani/backbone-boilerplates | Boilerplate code for integrating Backbone.js with various backend technology stacks and frameworks. | 489 |
peter4k/react-native-backbone | A React Native module simplifying API interactions and data storage with models and collections inspired by Backbone.js | 66 |
adamjspooner/coffeescript-meet-backbonejs | A tutorial project introducing Backbone.js through CoffeeScript examples | 59 |
pauluithol/backbone-tastypie | A compatibility layer between Backbone.js and Django's REST API framework. | 466 |
hegdeashwin/backbone | Teaches the basics of Backbone.js and its components, including models, views, routers, and collections. | 79 |
jeromegn/backbone.localstorage | An adapter that replaces Backbone.sync to save data to local storage instead of the server. | 1,894 |
tbranyen/backbone.layoutmanager | Provides a logical foundation for assembling layouts and views within a Backbone application. | 1,677 |