Fork me on GitHub
#lein-figwheel
<
2016-06-24
>
danielbraun17:06:07

hey, I noticed in react native figwheel remounts the the entire component tree, which is not the case when working in the browser

danielbraun17:06:32

for example, webviews are reloaded on every figwheel reload, which is annoying

danielbraun17:06:53

it's not the case in react native regular hot reload (I tested)

danielbraun17:06:13

is this the correct behavior?