Fork me on GitHub
#cljsrn
<
2020-04-05
>
jgood15:04:59

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 🙂

👍 20
wonko712:04:58

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?