Pinned Repositories
array-observer
Watch an array for changes
bind-methods
Plugin for view to automatically bind all functions to the view.
each
Allows iteration in templates
expression
Execute expressions in a context
interpolate
Interpolate a string using expressions, data and filters.
keypath
Get or set a property on an object using a keypath
list
For creating lists of views
model
Watch an object and all of it's properties for changes
ripple
A tiny foundation for building reactive views
view
A base view that handles state and properties
ripple.js's Repositories
ripplejs/ripple
A tiny foundation for building reactive views
ripplejs/view
A base view that handles state and properties
ripplejs/interpolate
Interpolate a string using expressions, data and filters.
ripplejs/expression
Execute expressions in a context
ripplejs/keypath
Get or set a property on an object using a keypath
ripplejs/model
Watch an object and all of it's properties for changes
ripplejs/array-observer
Watch an array for changes
ripplejs/bind-methods
Plugin for view to automatically bind all functions to the view.
ripplejs/each
Allows iteration in templates
ripplejs/list
For creating lists of views
ripplejs/examples
Examples using ripple.js
ripplejs/state
Batch all changes to an object until the next frame
ripplejs/compiler
Compile a view using interpolation, attribute bindings and custom elements
ripplejs/lifecycle
Simple methods for binding to lifecycle events
ripplejs/shortcuts
Create custom keyboard combos
ripplejs/waves
ripple for people without package managers
ripplejs/accessors
Plugin for ripplejs/model for nice getters and setters
ripplejs/dispatch
Plugin for ripple to emit custom DOM events
ripplejs/events
Listen for events like click, touch, etc in a template using attributes.
ripplejs/refs
Easily access elements within the view using ref attributes
ripplejs/ripplejs.github.io
Documentation
ripplejs/view-compiler
Plugin for view to add template rendering, mount and unmounting.
ripplejs/computed
Plugin for model to enable computed properties
ripplejs/extend
Extend the prototype of the view in a nice way.
ripplejs/intervals
Plugin for cleaner setInterval
ripplejs/markdown
Markdown filter plugin
ripplejs/modifiers
Plugin to add value modifiers
ripplejs/path-observer
Watch a path of an object for changes.
ripplejs/todomvc
Helping you select an MV* framework - Todo apps for Backbone.js, Ember.js, AngularJS, and many more
ripplejs/view-interpolate
Plugin for view to add interpolation