Fork me on GitHub
#cljsrn
<
2021-06-15
>
Michael Jung16:06:05

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?

raspasov18:06:13

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.