Skip to content

Commit f574225

Browse files
authored
Added note
1 parent cd154ce commit f574225

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

4.html

+4
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ <h1>Shopping List for {this.props.name}</h1>
8989
render(<ShoppingList name="Whatever" />, baseDiv)
9090
</code></pre>
9191
</section>
92+
<section>
93+
<h1>Note</h1>
94+
<p>The JSX isnt sent to the client. It's transpiled to normal JavaScript when you build the project.</p>
95+
</section>
9296
</div>
9397
</div>
9498

0 commit comments

Comments
 (0)