Last active
January 31, 2016 20:49
-
-
Save rofrol/3a62e4e448ab37e56d0e to your computer and use it in GitHub Desktop.
cycle.js embed from another gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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