JSFiddle - React, Tailwind, and code Playground

by abernier

HTML

<script src="https://github.com/maccman/spine/raw/master/lib/spine.js"></script>
<script src="https://github.com/maccman/spine/raw/master/lib/relation.js"></script>
<script src="https://github.com/maccman/spine/raw/master/lib/ajax.js"></script>

CoffeeScript

class A extends Spine.Controller
  activate: ->
    @constructor arguments...

a = new A()
a.activate(el: $('body'), {})
window.a = a