Browse Source

make it a little less cynical

main
petehunt 12 years ago
parent
commit
3c32fd5297
  1. 2
      docs/syntax.md

2
docs/syntax.md

@ -13,7 +13,7 @@ with React.
JSX makes code that deeply nests React components more readable, and writing it JSX makes code that deeply nests React components more readable, and writing it
feels like writing HTML. React documentation examples make use of JSX. feels like writing HTML. React documentation examples make use of JSX.
## Why JSX? It seems like a terrible idea. ## Why JSX?
First of all, **don't use JSX if you don't like it!** All of React's features First of all, **don't use JSX if you don't like it!** All of React's features
work just fine without using JSX. Simply construct your markup using the functions work just fine without using JSX. Simply construct your markup using the functions

Loading…
Cancel
Save