backbone
Backbone supplies structure to JavaScript-heavy applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface.
Here are 371 public repositories matching this topic...
Web-based music player for the cloud
-
Updated
Jul 14, 2020 - CoffeeScript
After folding a list item when someone hovers over that folded item, the hover option which have complete[or uncomplete] etc, the fold option must convert to unfold option.
manage and organise things
-
Updated
Jul 15, 2020 - JavaScript
(ImageNet pretrained models) The official pytorch implemention of the TPAMI paper "Res2Net: A New Multi-scale Backbone Architecture"
-
Updated
Jun 2, 2020 - Python
When I require("backbone-nested-model") it returns the Backbone object but it should
return the NestedModel object so you can instantiate or extend from it a new NestedModel object.
This is how it works now:
var Backbone = require("backbone-nested-model");
var User = Backbone.NestedModel.extend({
});
var user = new User();
This is how it should be:
var NestedModel = require("ba
Source code for the Fullstack JavaScript book
-
Updated
Jul 24, 2018 - JavaScript
Re: https://artsy.slack.com/files/U03QR772P/F7XQB5FPB/image_uploaded_from_ios__1_.png
The mobile show page only display one artist in the artworks column even though the artworks are by multiple artists. It's fine on [desktop](https://github.com/artsy/force/blob/aa4
check links in product page www.autoEdit.io
eg link to user manual STT setup is broke (points to older version of gitbook)
Backbone.js based framework for developing single-page web applications
-
Updated
Oct 14, 2019 - CoffeeScript
Lightweight starting point for a modern backbone web app.
-
Updated
Mar 22, 2018 - JavaScript
Filter Example
Could you add a filter example to your documentation? I'm going to have to find my own implementation due to time constraints, but I would like to see what you think is the correct way to structure a filter w/backbone-redux.
Filter Example: Show Only Completed Todos, or Show Only Open Todos
This could apply to sorts as well, so basically how best to work with flags on backbone collections?
-
Updated
Oct 29, 2019 - JavaScript
Backbone poller is a simple utility that allows polling on any backbone model or collection
-
Updated
Jul 10, 2017 - JavaScript
instead of
<a href="#notes/index">would be better example to enable push state and use URLs as such
<a href="/notes/index">Backbone.history.start({pushState: true});http://artsy.github.io/blog/2012/06/25/replacing-hashbang-routes-with-pushstate/
BackboneJS compatibility layer for Type-R data framework.
-
Updated
Apr 29, 2020 - HTML
if chat support other database storage, why strict dependency of yii2-mongo (yii2-mongo requires ext-mongo - so force to reconfigure environment)
A Backbone plugin to make it work with Parse.com out of the box.
-
Updated
Apr 19, 2015 - JavaScript
This training kit has been developed to learn the basics of Backbone.JS.
-
Updated
Feb 27, 2018 - JavaScript
BackboneJS compatibility layer for React-MVx MVVM framework.
-
Updated
Mar 8, 2018 - TypeScript
Source code generated in the Backbone.js tutorial series
-
Updated
Oct 21, 2015 - JavaScript
A collection of opinionated Backbone.Marionette extensions for large scale application architecture.
-
Updated
Jun 4, 2020 - JavaScript
RESTFeel: 一个企业级的API管理&测试平台。RESTFeel帮助你设计、开发、测试您的API。
-
Updated
May 6, 2017 - HTML
A framework for mocking up server-side persistence / processing for Backbone.js
-
Updated
Nov 24, 2016 - JavaScript
Money - let's you manage your money and visualize where your money goes. Built using Ruby 2.3.0, Rails 4.2.5, Backbone and Bootstrap
-
Updated
Mar 4, 2020 - Ruby



I have found a couple of things (so far) not mentioned in the upgrade guide:
{ sort:false }on a CollectionView should now be{sortWithCollection: false}Also, the depreciated section of the upgrade guide in the docs is not displaying correctly.