In versions before 0.61 of react-native for reflecting code changes, we have two options.
- Live Reload (Reloads the app when detects some changes)
- Hot Reload (Reflect the changes without reloading)
but in the version 0.61, removing these two (Live Reload, Hot Reload) there is been a new developer feature introduced named Fast Refresh which also works similar to Hot Reload so now the question is what is the fundamental difference between Fast Refresh and Hot Reload.