Slide 20
Slide 20 text
Betting on React Native by cball_
Live/Hot Reload
- No need to save and recompile, changes are instantly reflected
- Quick Feedback loops
Why this is good
When file is saved, the app recompiles automatically and is reloaded -
FAST feedback loop!
Live Reload
Updated modules are injected, so you don’t lose state (even after
error screens). FASTER feedback loop, but must be explicitly enabled.
Hot Reload
Every once-in-a-while, this breaks and you have to restart the app
server.
Caveat: