Fork me on GitHub
#fulcro
<
2018-02-17
>
tony.kay17:02:23

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.

donmullen19:02:27

@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?

tony.kay19:02:09

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…

tony.kay19:02:11

ah, there it is…thanks @thheller

donmullen20:02:09

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.

thheller20:02:23

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 😉

donmullen21:02:54

@wilkerlucio - so are you planning to use fulcro for the react-native app you are writing? Just read the discussion on #shadow-cljs.

wilkerlucio21:02:27

@donmullen yeah, I plan starting something on that today or tomorrow, can you point more specifically the discussion you are suggesting?

wilkerlucio21:02:37

ah, sorry, though you were trying to point after that, by bad

wilkerlucio21:02:46

yeah, I want to, had you tried something on that way?

donmullen21:02:41

@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.