Pinned Repositories
amp
a collection of individual JS utility modules
ampersand
Quickest way to get started with ampersand.
ampersand-collection
A module for handling collections of objects
ampersand-model
Observable objects, for managing state in applications.
ampersand-react-mixin
Mixin for react classes to easily listen for changes and re-render from ampersand models/collections
ampersand-router
Clientside router with fallbacks for browsers that don't support pushState. Mostly lifted from Backbone.js.
ampersand-state
Core state management object.
ampersand-view
A smart base view for Backbone apps, to make it easy to bind collections and properties to the DOM.
ampersandjs.com
The documentation site for ampersand.js
examples
A collection of example apps/patterns using ampersand
ampersand.js's Repositories
AmpersandJS/ampersand
Quickest way to get started with ampersand.
AmpersandJS/ampersand-state
Core state management object.
AmpersandJS/amp
a collection of individual JS utility modules
AmpersandJS/ampersand-view
A smart base view for Backbone apps, to make it easy to bind collections and properties to the DOM.
AmpersandJS/ampersand-model
Observable objects, for managing state in applications.
AmpersandJS/ampersand-router
Clientside router with fallbacks for browsers that don't support pushState. Mostly lifted from Backbone.js.
AmpersandJS/ampersand-collection
A module for handling collections of objects
AmpersandJS/ampersandjs.com
The documentation site for ampersand.js
AmpersandJS/ampersand-react-mixin
Mixin for react classes to easily listen for changes and re-render from ampersand models/collections
AmpersandJS/examples
A collection of example apps/patterns using ampersand
AmpersandJS/ampersand-app
Proposed pattern for removing need for `app` global in ampersand apps (draft stage)
AmpersandJS/ampersand-form-view
Completely customizable form lib for bulletproof clientside forms.
AmpersandJS/ampersand-dom
Super light-weight DOM manipulation lib.
AmpersandJS/ampersand-rest-collection
ampersand-collection with REST and lodash mixins for easy use with REST APIs.
AmpersandJS/ampersand-view-switcher
A utility for swapping out views inside a container element.
AmpersandJS/ampersand-sync
Provides sync behavior for updating data from ampersand models and collections to the server.
AmpersandJS/ampersand-dom-bindings
Takes binding declarations and returns key-tree-store of functions that can be used to apply those bindings.
AmpersandJS/ampersand-events
Standalone event system that can be mixed into any object
AmpersandJS/ampersand-input-view
A view module for intelligently rendering and validating input. Works well with ampersand-form-view.
AmpersandJS/ampersand-collection-view
Renders a collection with one view per model within an element in a way that cleans up and unbinds all views when removed.
AmpersandJS/ampersand-filtered-subcollection
Filterable, sortable, proxy of a collection that behaves like a collection.
AmpersandJS/ampersand-select-view
Select field for ampersand-form-views
AmpersandJS/tools.ampersandjs.com
Hand-picked tools for building ampersand apps. A grab bag of "solved problems" for single page apps.
AmpersandJS/ampersand-collection-rest-mixin
A mixin for extending ampersand-collection with restful methods.
AmpersandJS/ampersand-class-extend
JS class extension tool for enabling easily extending prototype with multiple objects.
AmpersandJS/ampersand-array-input-view
A view module for intelligently rendering and validating inputs that should produce an array of values. Works well with ampersand-form-view.
AmpersandJS/ampersand-domthing-mixin
AmpersandJS/ampersand-paginated-subcollection
Filter an ampersand-collection by limit and offset
AmpersandJS/ampersand-collection-lodash-mixin
adds handy lodash methods to ampersand-collection
AmpersandJS/ampersand-checkbox-view
A view module for intelligently rendering and validating checkbox input. Works well with ampersand-form-view.