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
Michael Jung 2021-06-15T16:10:05.135100Z

I’ve been working with Krell (plus reagent, re-frame, react navigation) for a while now but hot reloading was rather hit and miss for me. I can never be sure that my changes are actually loaded into the program and find myself rebuilding all the time. I’m wondering what I can do to improve the situation. Can I use figwheel? Does this even make sense in combination with Krell?

raspasov 2021-06-15T18:30:13.135200Z

I’ve been using figwheel-main and it works alright. I think there are some fundamental cases where hot-reloading is tricky in React Native situations. It should be possible to build/style a UI without rebuilding much/at all though.