Does someone know of a book teaching ClojureScript besides Learn ClojureScript by Meredith in 2021 and Clojure Workshop by Fahey in 2020?
This isn't a book, but I liked reading https://code.thheller.com/blog/shadow-cljs/2023/07/13/the-lost-arts-of-cljs-frontend.html, by Thomas Heller, author of shadow-cljs. It's a modern "from first principles" look at CLJS and has multiple follow up posts in the series exploring the concepts further.
Thank you. It is none the less not beginner material.
I think the first https://code.thheller.com/blog/shadow-cljs/2023/07/16/applying-the-art-of-cljs-frontend.html may be more beginner-friendly.
This one is pretty good https://funcool.github.io/clojurescript-unraveled/
Yes, I did find it a few minutes ago. It is obviously a long tutorial more than a book. I would have prefered a more project-oriented course or book, that is why I look for paid material in priority.
Learning a programming language is good but learning how to program is better.
Then you can checkout @jacek.schae ‘s courses https://www.learnreagent.com/
Thanks.