Skip to content

Instantly share code, notes, and snippets.

@rofrol
Last active January 31, 2016 20:49
Show Gist options
  • Save rofrol/3a62e4e448ab37e56d0e to your computer and use it in GitHub Desktop.
Save rofrol/3a62e4e448ab37e56d0e to your computer and use it in GitHub Desktop.
cycle.js embed from another gist
<!doctype html>
<!-- https://medium.com/@fkrautwald/we-are-not-writing-much-code-5404fb7d39e -->
<div id="app"></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/rxjs/4.0.7/rx.all.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/cyclejs-core/6.0.0/cycle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/cyclejs-dom/9.0.2/cycle-dom.min.js"></script>
<script src="https://rawgit.com/rofrol/c11c3926742b0ce65b87/raw/app.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment