Fork me on GitHub
#cljsrn
<
2016-11-01
>
tiensonqin15:11:46

Hi guys, exponent-cljs-template now supports external assets or modules without repl restart, basically it just watches for new js/require calls, implementation is here: https://github.com/tiensonqin/exponent-cljs-template/blob/master/resources/leiningen/new/exponent/env/dev/user.clj#L82-L122

tiensonqin15:11:02

TIL boot-react-native already supports this, great work @mjmeintjes @pesterhazy!