Fork me on GitHub
#clojurescript
<
2023-03-17
>
fantomofdoom05:03:48

Hey, could someone suggest the best way to learn CLJS (docs, courses, books)? Many thanks!

p-himik08:03:27

Depends on your preferences. I mostly used the CLJ/CLJS websites.

fantomofdoom09:03:51

Could you advise some cljs sites?

fantomofdoom10:03:31

Cool, i know that we have clojure buy don't know that we have clojurescript 😃

andre14:03:10

If you already know some clojure, https://www.learnreagent.com/ might be a good resource

👍 2
dgb2316:03:54

There are many good books on Clojure. The Joy of Clojure, Programming Clojure, Clojure for the Brave and True are great introductions and there are more that are certainly also worth reading, each with different styles. After I read some introductory material and did some basic tutorials, I started to use http://clojuredocs.org a lot: Load up a REPL and then you can just literally go through the namespaces function after function. Look for stuff that interests you, try them out. Look at the examples and tips. Oh, and http://clojure.org and http://clojurescript.org are both information dense. But a lot of things are explained very accurately there. When I got confused about something, especially if it was conceptual, I would visit these sites and read the related topics again. Additionally after a while I started to read the source code more and more as well. I find it beneficial to not only know how to use something but to understand better what it actually does. Edit: Oops I just realized the question was about CLJS specifically!

👍 2
skylize00:03:57

> Oops I just realized the question was about CLJS specifically! > I wouldn't worry too much about that. A lot of overlap between CLJ / CLJS. Any Clojure education will also benefit your ClojureScript code.

👍 2