Fork me on GitHub
#cljsrn
<
2016-03-19
>
martinklepsch07:03:12

@aiba: when you say re-compiles are faster — does re-natal support inremental compilation (`:none`) nowadays?

wei09:03:24

anyone have an example of using DrawerLayoutAndroid in cljs?

aiba18:03:57

@martinklepsch: yes, both re-natal and boot-react-native support optimizations :none. In dev mode, I think they only reload the changed namespaces into the running app, which makes it pretty fast.