Earlier quoted context omitted.
I came to the comments to make a similar assertion of Clojure(script) being fun. Usually I work in IntelliJ with Cursive. VSCode with calva isn't bad. The stack for my project is: Backend: Redis (no relational DB needed for my use case) Clojure: Carmine - (redis interop) Reitit - Nice API definition and routing Malli - Nice schema validation and coercion Timbre - Logging without known RCE vulnerability ;) Frontend: C…
Thank you! In the event you see this may I ask why not stick with Figwheel? Does ShadowCLJS do the job just as well? I remember Figwheel being impressive and it seems maintained.
From reading and playing with a hello-world project, though, ShadowCLJS seems to offer roughly the same watch|build|hot-reload ability while also offering more and better NPM interop support. As it is now, I have some fairly ugly shell scripting around js packages and builds that could go away if I paid the effort to migrate to ShadowCLJS.
It would also be a lie to say that the generally positive buzz around it doesn't contribute.
If I might ask, what sort of project are you planning?