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 for other view libraries is that there are no globals used at all. Each view has its own set of bindings and plugins. This makes composition of views really easy.
var Person = ripple('<div>{{name}}</div>') .attr('name', { required: true, type: 'string' }); var person = new Person({ name: 'Tom' }); person.appendTo(document.body); person.name = "Barry"; // DOM updates automatically
component install ripplejs/ripple
Supports real browsers and IE9+.
See more examples at ripplejs/examples
each
directive.MIT
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4