File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ const element = <div className="hmmm">how do I make this work?</div>
72
72
` ` `
73
73
74
74
📜 The react docs for JSX are pretty good:
75
- https://reactjs.org/docs/introducing-jsx.html
75
+ [ https://reactjs.org/docs/introducing-jsx.html](https://reactjs.org/docs/introducing-jsx.html)
76
76
77
77
Here are a few sections of particular interest for this extra credit:
78
78
@@ -106,7 +106,7 @@ const element = React.createElement('div', {...props})
106
106
107
107
See if you can figure out how to make that work with JSX.
108
108
109
- 📜 https://reactjs.org/docs/jsx-in-depth.html#spread-attributes
109
+ 📜 [ https://reactjs.org/docs/jsx-in-depth.html#spread-attributes](https://reactjs.org/docs/jsx-in-depth.html#spread-attributes)
110
110
111
111
## 🦉 Feedback
112
112
You can’t perform that action at this time.
0 commit comments