fix JS to JSX as it should be

This commit is contained in:
ido 2015-01-05 10:20:17 +02:00
parent d1543d0fd6
commit c5c7ced976
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ https://github.com/wix/hello-react-templates
* event handlers
###### Why not use JSX?
Some love JSX, some don't. We don't. More specifically, it seems to us that JS is only a good fit for components with very little HTML inside. And this can be accomplished by creating DOM elements in code. Also, we like to separate code and HTML because it just feels right.
Some love JSX, some don't. We don't. More specifically, it seems to us that JSX is only a good fit for components with very little HTML inside. And this can be accomplished by creating DOM elements in code. Also, we like to separate code and HTML because it just feels right.
## Installation
You can install react-templates using npm: