RN has its dark corners - but yeah it provides an amazing amount of value, and as a ClojureScript programmer it's hella fun
What has been the darkest corner you’ve found? 🙂
upgrading is getting easier but it's still far too exciting
Hahah, oh yeah.
if you're doing native integration that's just reading a lot of source code - not much docs
I almost always COPY my entire directory before upgrading; But nowadays with yarn it has been more or less more “safe” to not copy it.
that's good to hear
after this Krell spike I wish I had looked at RN more carefully sooner
Back in 2016, it took me 1 day to launch the RN project on another computer, because NPM builds were kinda non-repeatable
making a good ClojureScript REPL & build tool for it wasn't so bad
though in truth a lot of stuff had to get sorted out first which didn't come together until last year
(in ClojureScript, the bundle stuff)
Yes, the new NPM module integration is really good, at least on RN (haven’t tried browser recently); it just works;
yeah we're using whatever we need w/o issue
we have native libs
and everything can be required in an idiomatic way
Yup, it’s nice. No more (js/require …) 😃
haha, FINALLY
@dnolen do you guys have RN apps live in the App Store?
not at this time