I asked on beginners but here might be more appropriate: This seems super simple but I can't find it documented anywhere. How do I use lumo to build a reagent application? All of the examples for reagent use a project.clj instead of build.cljs and I don't understand the mapping from one to the other
I would say lumo is more for node projects. I think using something like shadow-cljs is better for building a frontend app.
Ok, cool. I was really hoping that I could do it without the JVM as I'm trying to do builds on a remote platform.
But I can pretty easily build an extra stage with the JVM present if that's what's needed
You can still use lumo, you just might not find a lot of support
I think the lumo.build.api/build
function is a good place to start if you must use lumo
Where are you getting dependencies from? npm or clojars?
I'm looking and I guess reagent is only available from clojars so I guess that kinda answers the question about JVM dependency...
Thank you! I really like Clojure, and Reagent seems really sweet but I need to drop some of the assumptions I have from the node.js world 😄
I felt the same way coming from the node world too 😆