How is React Native Live Load So Fast

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

You'll only receive email when they publish something new.

More from 19411
All posts