Hey everyone!
After building a SaaS with Clojure and ClojureScript for the past few years I wrote a blogpost on what I like most about it. Thought you might enjoy it
https://blog.wobaka.com/how-i-use-clojure-to-build-and-scale-my-saas/
Hey everyone!
After building a SaaS with Clojure and ClojureScript for the past few years I wrote a blogpost on what I like most about it. Thought you might enjoy it
https://blog.wobaka.com/how-i-use-clojure-to-build-and-scale-my-saas/
bookmarked! looking forward to reading it
(i was also previously building a SaaS with fullstack ClojureScript for multis.co, so really curious to get your point of view)
Thanks! I hope you’ll enjoy it :)!
the part about “JavaScript burnout” is so true!
cool article would be interesting to hear the cons as well (as there are always compromises)
for me it’s still around js interop, that even though with shadow-cljs it’s seamless to integrate npm lib you still have to tag ^js
to let the compiler infer externs… and in general it feels a bit weird to go back and forth to js land when you don’t have a choice (js->clj & clj->js)
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.