Skip to content

Commit 9e60845

Browse files
committed
add link to html article for JSX's use-case
1 parent 674efc3 commit 9e60845

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,14 @@ reasoning about how data is being evaluated and passed around:
195195
highlight the corresponding ones and will indent your code automatically for
196196
readability, as is standard in every other language.)
197197

198-
## A more complete look
198+
## ClojureScript vs JSX in HTML templating
199+
200+
See [Jumping from HTML to ClojureScript](https://github.com/shaunlebron/jumping-from-html-to-clojurescript) to see how ClojureScript's syntax solves the verbosity/flexibility problems faced in the JS community by [JSX].
201+
202+
[Jumping from HTML to ClojureScript]:https://github.com/shaunlebron/jumping-from-html-to-clojurescript
203+
[JSX]:https://facebook.github.io/react/docs/jsx-in-depth.html
204+
205+
## A complete reference
199206

200207
The [syntax section] of the [ClojureScript API reference] aims to be a more comprehensive look at
201208
the possible syntax forms and shows the source code for how each are read/parsed.

0 commit comments

Comments
 (0)