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
| /** | |
| * Created by clarico on 29/04/2015. | |
| */ | |
| var App = React.createClass({ | |
| render:function(){ | |
| return ( | |
| <div> | |
| <b>BOLD</b> | |
| <h1>Hola</h1> | |
| </div> |
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
| <!DOCTYPE html> | |
| <html> | |
| <head lang="en"> | |
| <meta charset="UTF-8"> | |
| <title>Hello World</title> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.12.2/react.js"></script> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.12.2/JSXTransformer.js"></script> | |
| </head> | |
| <body> | |
| <!--<script type="text/jsx">--> |
NewerOlder