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: README.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -195,7 +195,14 @@ reasoning about how data is being evaluated and passed around:
195
195
highlight the corresponding ones and will indent your code automatically for
196
196
readability, as is standard in every other language.)
197
197
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
0 commit comments