Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e293f99

Browse files
committed
Update 2013-06-04-why-react.md
1 parent dbfaa81 commit e293f99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/_posts/2013-06-04-why-react.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ see as an advantage over templates for a few reasons:
3131
**no manual string concatenation** and therefore less surface area for XSS
3232
vulnerabilities.
3333

34+
We've also created [JSX](facebook.github.io/react/docs/syntax.html), an optional
35+
syntax extension, in case you prefer the readability of HTML to raw JavaScript.
36+
3437
## Reactive updates are dead simple.
3538

3639
React really shines when your data changes over time.

0 commit comments

Comments
 (0)