lein-figwheel

danielbraun 2016-06-24T17:34:07.000211Z

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

danielbraun 2016-06-24T17:34:32.000212Z

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

danielbraun 2016-06-24T17:34:53.000213Z

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

danielbraun 2016-06-24T17:35:13.000214Z

is this the correct behavior?