Created
May 13, 2016 17:51
-
-
Save prplmark/35fa0197c8eb22793b7f5f9d3bcf9124 to your computer and use it in GitHub Desktop.
Quick JSX React Setup
This file contains hidden or 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
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.0.2/react-with-addons.min.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.0.2/react-dom.min.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/6.1.19/browser.min.js"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment