react-native-dynamic-load icon indicating copy to clipboard operation
react-native-dynamic-load copied to clipboard

Hot Reload Mode

Open robi027 opened this issue 3 years ago • 1 comments

@MrGaoGang is it possible to enable hot reload mode, so if we make a changes, the bundle auto synced with latest code ? actually, it should be helping the development process. thank you

robi027 avatar Oct 14 '21 04:10 robi027

@MrGaoGang is it possible to enable hot reload mode, so if we make a changes, the bundle auto synced with latest code ? actually, it should be helping the development process. thank you

i think it is not a good idea to use hot reload; the most time is that this:

  • the main project to dynamic rn jsbundle;
  • muti subproject to create the bundle; subproject can write like normal react native project; the different is build bundle when project is done

MrGaoGang avatar Oct 14 '21 07:10 MrGaoGang