Fork me on GitHub
#cljsrn
<
2016-12-15
>
charafau09:12:05

hello guys, I’m really new to clojurescript - what are you using for building ? boot or lein ?

charafau09:12:36

so re-natal is most mature, right?

charafau09:12:53

I’ve read many posts and watched few videos and not sure where I should start

vikeri09:12:36

I use boot-react-native because I found the error messages to be easier to track and because I think boot is quite powerful.

charafau09:12:27

what do you use? reagent, om.next or rum ?

vikeri09:12:47

reagent + re-frame

charafau09:12:56

ok, I will try to use it then

levitanong17:12:53

@vikeri what version of react native are you running on boot-react-native?

levitanong17:12:13

re-natal is beginning to annoy me. T_T

levitanong17:12:41

i’m also more familiar with boot, but I went for re-natal because it was more mature.

levitanong17:12:41

@vikeri do you reckon it will be fine with react native 0.39?

vikeri17:12:57

@levitanong There has to be some changes to how the files are written by boot, but it shouldn’t be a major issue. Talked to @pesterhazy and there might be a good time to throw in some other improvements as well.

levitanong17:12:20

@vikeri whoa, so currently boot-react-native (i’ll just call it BNR from now on 😛 ) writes user code onto node_modules?

vikeri17:12:30

@levitanong Yep, and patches react native so that it accepts goog.require as well as normal require. It is possible it will work again just by renaming node_modules to something else.

levitanong17:12:49

@vikeri wow, that’s… well I’m not experienced enough to say much I guess, but modifying node_modules doesn’t seem safe 😛 Yeah I saw your issue (that’s how I realized you were changing node_modules)

vikeri17:12:29

@levitanong It is not the same node_modules as the one created by yarn/npm, so it only contains cljs output.

levitanong17:12:55

@vikeri then where do the npm dependencies live?

vikeri17:12:59

in app/node_modules

levitanong17:12:56

ah yes, I see it now in the readme

levitanong17:12:30

thanks @vikeri I’ll give it a spin during the holidays 🙂