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

Spine.Model.host = 'https://api.github.com'

class User extends Spine.Model
    @configure 'User', 'name'
    
    @extend Spine.Model.Ajax
window.User = User