vouch-opensource / krell

Simple ClojureScript React Native Tooling
Eclipse Public License 1.0
675 stars 37 forks source link

Fast refresh does not re-render changed components unless main is changed #95

Closed solidfox closed 3 years ago

solidfox commented 4 years ago

Hi!

Thanks for your fantastic efforts with Krell! I am happily using krell with a rather large project that previously used re-natal and figwheel.

I have run into the problem that react does not re-render changed components unless the file containing -main is changed.

Is this a limitation in Krell or Fast Refresh and is there something we could do about it? I imagine that in the worst case one could just keep adding and removing a linebreak to the end of the main file but I hope there's a less hacky way.

swannodette commented 3 years ago

Again this ticket is old. Try master and feel free re-report.