Skip to content

ractivejs/ractive-adaptors-rxjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ractive.js RxJS adaptor plugin

Work-in-progress. Does not yet work!

Find more Ractive.js plugins at ractivejs.org/plugins

See the demo here.

Usage

Include this file on your page below Ractive, e.g:

<script src='lib/ractive.js'></script>
<script src='lib/ractive-adaptors-rxjs.js'></script>

Or, if you're using a module loader, require this module:

// requiring the plugin will 'activate' it - no need to use the return value
require( 'ractive-adaptors-rxjs' );

plugin-specific instructions to go here...

License

Copyright (c) 2014 Rich Harris. Licensed MIT

Created with the Ractive.js plugin template for Grunt.

About

RxJS adaptor for Ractive

Resources

License

Stars

Watchers

Forks

Packages

No packages published