Fork me on GitHub
#cljsrn
<
2019-01-09
>
ferossgp11:01:25

Hey! I'm building a rn application and I want to build it with advanced optimization, the problem is that it is hard to make externs, how do you guys make them? Is there an easy way to get it done?

danielneal11:01:40

I use oops, personally which kind of sidesteps the whole problem

mfikes12:01:48

@ferossgp You could use an externs generator. For React Native itself, there is https://github.com/mfikes/react-native-externs As an alternative to using strings, you can use externs inference https://clojurescript.org/guides/externs

👍 10