You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/introducing-jsx.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ We split JSX over multiple lines for readability. While it isn't required, when
62
62
63
63
### JSX is an Expression Too
64
64
65
-
After compilation, JSX expressions become regular JavaScript objects.
65
+
After compilation, JSX expressions become regular JavaScript function calls and evaluate to JavaScript objects.
66
66
67
67
This means that you can use JSX inside of `if` statements and `for` loops, assign it to variables, accept it as arguments, and return it from functions:
0 commit comments