Last active
March 17, 2016 12:45
-
-
Save darklilium/8f7f7d806eeda817e084 to your computer and use it in GitHub Desktop.
[JSX]Comentarios en jsx
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
| Para comentar en la parte de renderizado del componente se utiliza {/* */} | |
| Ejemplo: | |
| return ( | |
| <div className="mytable-Wrapper"> | |
| {/*aaa */} | |
| </div> | |
| ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment