JSFiddle - React, Tailwind, and code Playground

by Tom Randolph

HTML

<!-- you can change this to ractive@edge for the latest published edge build
     or to a specific version e.g. [email protected] -->
<script src="//unpkg.com/ractive@edge"></script>

Babel + JSX

Ractive.DEBUG = false;

var myinstance = new Ractive( {} );

console.log( myinstance instanceof Ractive );
console.log( typeof myinstance );
console.log( myinstance.toString() );
console.log( Ractive.isPrototypeOf( myinstance ) );
// console.log( Ractive.isInstance( myinstance ) );
// console.log( Ractive.isRactive( myinstance ) );