Fork me on GitHub
#cljsrn
<
2016-11-14
>
gadfly36102:11:26

Just wanted to share a post: how to go from a clean install of ubuntu to re-natal https://gadfly361.github.io/gadfly-blog/2016-11-13-clean-install-of-ubuntu-to-re-natal.html

Oliver George03:11:45

Can anyone recommend a cljsrn consultant/freelancer? We're cljs and reframe friendly but would love to skip the learning curve on a RN project.

nyoung15:11:51

@vikeri a few days late to this, so you might have figured out a fix by now, but I ran into this and got things back to quick compile times by downgrading babel-plugin-transform-es2015-block-scoping to 6.15.0 these github issues were what pointed me on the way: https://github.com/babel/babel/issues/4795 https://github.com/facebook/react-native/issues/8475

vikeri15:11:13

@nyoung Great, haven’t investigated it more. Hmm, this makes me wonder if we could disable Babel altogether, cljs already outputs fresh ES3 code that don’t need any transpilation...

nyoung15:11:46

yeah, that’s an excellent point

gerred15:11:46

yeah closure compiler should have you pretty well taken care of.

gerred15:11:27

i haven’t seen any recent comparisons but when annotated correctly, etc., doesn’t closure compiler still output the most optimized results of available options?

vikeri15:11:56

An issue would be that the libraries that we use that are written in ES2015 will not be correctly compiled 😞

vikeri15:11:15

Somehow you’d have to pre-compile them first

savelichalex18:11:40

react packager transpiling libraries)