Ripple.js – A tiny foundation for building reactive views

http://ripplejs.github.io/
by anthonyshort • 12 years ago
118 26 12 years ago

A tiny foundation for building reactive views with plugins. It aims to have a similar API to Reactive, but allow composition of views, like React.

The major difference with other view libraries is that there are no globals used at all in ripple. Each view has it's own set of bindings and plugins. This makes composition of views really easy.

Views that are created with ripple can be composed within other views and reused. Data flows in a single direction and is kept in sync automatically.

Related Stories

Loading related stories...

Source preview

ripplejs.github.io