From 2ce4530d243f02c521d5cc637e766d93e035f124 Mon Sep 17 00:00:00 2001 From: petehunt Date: Thu, 30 May 2013 04:42:11 -0700 Subject: [PATCH] make it a little less cynical --- docs/docs/syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/syntax.md b/docs/docs/syntax.md index c24142a8ee..4b25b57244 100644 --- a/docs/docs/syntax.md +++ b/docs/docs/syntax.md @@ -13,7 +13,7 @@ with React. JSX makes code that deeply nests React components more readable, and writing it 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 work just fine without using JSX. Simply construct your markup using the functions