Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbfaa81 commit e293f99Copy full SHA for e293f99
docs/_posts/2013-06-04-why-react.md
@@ -31,6 +31,9 @@ see as an advantage over templates for a few reasons:
31
**no manual string concatenation** and therefore less surface area for XSS
32
vulnerabilities.
33
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
+
37
## Reactive updates are dead simple.
38
39
React really shines when your data changes over time.
0 commit comments