This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-02-17
Channels
- # beginners (106)
- # cider (20)
- # cljs-dev (4)
- # cljsrn (1)
- # clojure (65)
- # clojure-austin (7)
- # clojure-canada (2)
- # clojure-russia (1)
- # clojure-spec (28)
- # clojure-uk (2)
- # clojurebridge (1)
- # clojurescript (32)
- # datomic (8)
- # docs (1)
- # emacs (27)
- # events (7)
- # fulcro (13)
- # garden (1)
- # hoplon (3)
- # leiningen (4)
- # luminus (2)
- # off-topic (32)
- # onyx (4)
- # parinfer (6)
- # pedestal (16)
- # re-frame (7)
- # reagent (5)
- # shadow-cljs (8)
- # spacemacs (2)
- # uncomplicate (4)
- # vim (3)
The most recent shadow-cljs has a much better REPL experience. I’ve updated the lein template to use it, and updated the README for the generated projects (with shadow-cljs option) as well.
@tony.kay - sounds good. In looking at shadow-clj it looks like it doesn’t (yet) have a story around watching/generating CSS. In your typical stack - are you using just a combination of garden + fulcro-css with primarily localized css?
I think shadow can be made to push css. I remember there being a discussion about that. I’m not a CSS guy, so I don’t write big CSS files. When I do make CSS, I co-locate it. Let me search for a sec…
Thanks @thheller. So there is a watch/reload story - but not a CSS generating (sass/less/garden) story for shadow - and plenty of options for those elsewhere.
if you have the usual repl workflow setup you can just start something for css in user/start
and stop it in user/stop
. no need to tell shadow-cljs about it 😉
@wilkerlucio - so are you planning to use fulcro for the react-native app you are writing? Just read the discussion on #shadow-cljs.
@donmullen yeah, I plan starting something on that today or tomorrow, can you point more specifically the discussion you are suggesting?
ah, sorry, though you were trying to point after that, by bad
yeah, I want to, had you tried something on that way?
@wilkerlucio - I have dabbled a bit with react-native - but it has been a while and I hope some of the pain points have been addressed (this was about 18 months ago). I have not tried fulcro, no. I’m still ramping up on trying fulcro on a web app. App has a very large datomic database backend.