How is React Native Live Load So Fast
July 13, 2023•79 words
React Native Build Process
- Transpile to Kotlin (based on Java, add async and more)
- Compile Kotlin
React Native Dev Process
- React Native app upload is super fast which is shown directly on app if any UI change
- Possibly React Native has web mode when displaying being-developed app? Updating thru' Metro?
- Real, during development, React Native serves app similar to React (React.js, ReactJS)
- And only when releasing, the .apk file is built