cljsrn

https://github.com/drapanjanas/re-natal | https://github.com/drapanjanas/re-natal/wiki/FAQ | https://github.com/condense/mercury-app/wiki | https://github.com/seantempesta/expo-cljs-template/ https://www.npmjs.com/package/create-expo-cljs-app
dnolen 2020-05-08T12:08:44.043300Z

nice

dotemacs 2020-05-08T14:41:48.047200Z

For those of you on Emacs, using Krell: I created a branch which adds support for Krell in CIDER. > What does this give you? You don’t have to paste all this in, into your local .dir-locals.el: https://increasinglyfunctional.com/2020/05/07/clojurescript-react-native-krell-emacs.html Instead you can specify just this: ((nil . ((cider-default-cljs-repl . krell)))). Or you can run just: M-x cider-jack-in-cljs and when prompted for the REPL type, pass in krell. The branch is here: https://github.com/dotemacs/cider/tree/krell-repl This is how you can try it out on your machine, once you git clone & check it out: https://docs.cider.mx/cider/contributing/hacking.html

👍 3