mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Update broken link in 'why react' article
This commit is contained in:
@@ -31,8 +31,8 @@ to render views, which we see as an advantage over templates for a few reasons:
|
|||||||
**no manual string concatenation** and therefore less surface area for XSS
|
**no manual string concatenation** and therefore less surface area for XSS
|
||||||
vulnerabilities.
|
vulnerabilities.
|
||||||
|
|
||||||
We've also created [JSX](http://facebook.github.io/react/docs/syntax.html), an optional
|
We've also created [JSX](/react/docs/jsx-in-depth.html), an optional syntax
|
||||||
syntax extension, in case you prefer the readability of HTML to raw JavaScript.
|
extension, in case you prefer the readability of HTML to raw JavaScript.
|
||||||
|
|
||||||
## Reactive updates are dead simple.
|
## Reactive updates are dead simple.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user