Skip to content

Instantly share code, notes, and snippets.

@rofrol
Created January 31, 2016 20:50
Show Gist options
  • Save rofrol/738386373c3139f03df0 to your computer and use it in GitHub Desktop.
Save rofrol/738386373c3139f03df0 to your computer and use it in GitHub Desktop.
cycle.js embed from another 2
<!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