Fork me on GitHub
#clojurescript
<
2019-12-25
>
dangercoder17:12:37

Hi, does anyone have any recommended tutorials/guides/readings for getting up to speed with Clojurescript as a js-developer? I am asking for a friend.

Lu18:12:05

Do you know react?

dangercoder18:12:38

He knows React.

dangercoder18:12:31

@UE35Y835W I gave him the tip to look into: https://github.com/shaunlebron/ClojureScript-Syntax-in-15-minutes and the official documentation for Reagent. Also repl-driven development and VSCode Calva

David Strawn19:12:32

The figwheel documentation is actually the best introduction to CLJS that I found: https://figwheel.org/docs/

Lu19:12:28

I would spend a couple of days getting familiar with the language... https://github.com/danmason/clojure-koans Also, I had a game changing moment when I really understood how to use functions like map and reduce ..

👍 4