What is the difference between Hot Reloading and Live Reloading in React Native?

前端 未结 6 869
孤城傲影
孤城傲影 2020-12-04 05:05

I\'m a bit confused here. When I\'m debugging a React Native Application, I usually enable both Hot Reloading and Live Reloading. I want to know what is th

6条回答
  •  臣服心动
    2020-12-04 05:26

    Hot reload just displays the code changes according to new code changes without restarting the app from start and it effects only on the changed code. but its good when just styling the components when adding/changing JS code it creates problems. For that Live reload or rr works good

提交回复
热议问题