Add doc link to DOM differences from JSX gotchas

This commit is contained in:
Cheng Lou
2013-09-30 20:46:41 -04:00
parent 8835e9d99f
commit 607eeaed4b
+3
View File
@@ -9,6 +9,9 @@ next: interactivity-and-dynamic-uis.html
JSX looks like HTML but there are some important differences you may run into.
> Note:
>
> For DOM differences, such as the inline `style` attribute, check [here](dom-differences.html).
## Whitespace Removal