From dd116cdd6c0428efeb452a74ec2cd8208b999d85 Mon Sep 17 00:00:00 2001 From: petehunt Date: Tue, 4 Jun 2013 18:03:32 -0600 Subject: [PATCH] Update 2013-06-04-why-react.md --- _posts/2013-06-04-why-react.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_posts/2013-06-04-why-react.md b/_posts/2013-06-04-why-react.md index 4ec633ab2..f9883d8b9 100644 --- a/_posts/2013-06-04-why-react.md +++ b/_posts/2013-06-04-why-react.md @@ -31,6 +31,9 @@ see as an advantage over templates for a few reasons: **no manual string concatenation** and therefore less surface area for XSS vulnerabilities. +We've also created [JSX](facebook.github.io/react/docs/syntax.html), an optional +syntax extension, in case you prefer the readability of HTML to raw JavaScript. + ## Reactive updates are dead simple. React really shines when your data changes over time.