33 packages
ampersand
CLI tool for generating single page apps a. la. http://humanjavascript.com
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.
ampersand-checkbox-view
A view module for intelligently rendering and validating checkbox input. Works well with ampersand-form-view.
ampersand-class-extend
JS class extension tool for enabling easily extending prototype with multiple objects.
ampersand-collection
A way to store/manage objects or models.
ampersand-collection-lodash-mixin
A mixin for extending ampersand-collection with lodash methods.
ampersand-collection-rest-mixin
A mixin for extending ampersand-collection with restful methods.
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.
ampersand-dom
Super light-weight DOM manipulation lib.
ampersand-dom-bindings
Takes binding declarations and returns key-tree-store of functions that can be used to apply those bindings.
ampersand-events
Module that can be mixed into any object to provide eventing. Heavily based on Backbone Events.
ampersand-file-drop-view
Drag-and-drop file view based on ampersand-view, and for use in ampersand-form-view
ampersand-filtered-subcollection
Filterable, sortable, proxy of a collection that behaves like a collection.
ampersand-form-view
Completely customizable form lib for bulletproof clientside forms.
ampersand-input-view
A view module for intelligently rendering and validating input. Works well with ampersand-form-view.
ampersand-model
An extension to ampersand-state that adds methods and properties for working with a RESTful API.
ampersand-paginated-subcollection
Filter an ampersand collection by limit and offset
ampersand-react-mixin
Mixin for react classes to easily listen for changes and re-render from ampersand models/collections
ampersand-registry
Global model registry for tracking instantiated models accross collections.
ampersand-rest-collection
ampersand-collection with REST and Lodash mixins.
ampersand-router
Clientside router with fallbacks for browsers that don't support pushState. Mostly lifted from Backbone.js.
ampersand-select-view
A view module for intelligently rendering and validating selectbox input. Works well with ampersand-form-view.
ampersand-state
An observable, extensible state object with derived watchable properties.
ampersand-subcollection
Filterable, sortable, proxy of a collection that behaves like a collection.
ampersand-sync
Provides sync behavior for updating data from ampersand models and collections to the server.