This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-08-20
Channels
- # announcements (16)
- # babashka (71)
- # beginners (121)
- # bristol-clojurians (2)
- # calva (55)
- # clj-kondo (16)
- # clojure (103)
- # clojure-europe (9)
- # clojure-italy (5)
- # clojure-nl (4)
- # clojure-spec (49)
- # clojure-uk (57)
- # clojurescript (28)
- # conjure (9)
- # cursive (6)
- # datascript (3)
- # datomic (35)
- # duct (20)
- # events (3)
- # figwheel-main (12)
- # fulcro (6)
- # graalvm (12)
- # juxt (3)
- # kaocha (5)
- # lumo (10)
- # malli (5)
- # off-topic (54)
- # pathom (8)
- # re-frame (19)
- # reitit (21)
- # remote-jobs (1)
- # shadow-cljs (102)
- # sql (38)
- # tools-deps (60)
- # uncomplicate (3)
- # xtdb (10)
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
I think the lumo.build.api/build
function is a good place to start if you must use lumo
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 😄