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: pages/docs/react/latest/beyond-jsx.mdx
+20-1
Original file line number
Diff line number
Diff line change
@@ -114,13 +114,17 @@ So now that we know how the ReScript React component transformation works, let's
114
114
115
115
Whenever we are using JSX with a custom component ("capitalized JSX"), we are actually using `React.createElement` to create a new element. Here is an example of a React component without children:
0 commit comments