Hacker News new | ask | show | jobs
by jmkr 1648 days ago
Not OP, but we're currently using Pedestal to serve Lacinia (graphql).

Previously I've used compojure and all that.

I've only done the data/backend stuff, so I've personally never seriously used cljs, and my companies would use a regular reactjs frontend.

But Clojure is definitely a joy and if I had to make a frontend I'd probably reach for something like reagent.

1 comments

Thanks! What do you use for editor tooling, REPL setups, testing, etc.? Also describe your workflow if you can. I know this might mean a longer reply but I'd appreciate it ;)