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
jgood 2020-04-05T15:59:59.006500Z

I made an npm create kit for a one command solution to generating expo cljs react native projects. https://www.npmjs.com/package/create-expo-cljs-app Also wrote a blog post about making this https://jgood.io/posts-output/2020-04-05-stealing-with-deps. Hopefully this comes in handy for someone 🙂

👍 5
2020-04-07T12:04:58.007700Z

This is great, thanks! About the dev setup: I'm running both expo start and shadow-cljs watch. When I write a file shadow generates js, I see the changes in the browser immediately, and then expo finishes bundling things and the whole app reloads and this takes quite a while. Is this normal or am I doing something wrong?