React Native or Kotlin?

preview_player
Показать описание
In this video, we compare the process of creating an app in React Native and in Kotlin with Android Studio. We'll look at the differences between the two, including the advantages and disadvantages of each. We'll also explore the features of both and how they compare when it comes to development time, ease of use and more. Finally, we'll wrap up the video by providing some tips for getting started with either option.
Рекомендации по теме
Комментарии
Автор

Very interesting, thanks. This is Kotlin yes, as opposed to Kotlin Multi-Platform? The React Native way seems to hide (abstract away, I suppose, and necessarily) all the internals (libraries, packages, classes) that actually are used by the Android JVM when it's running the application. I suppose whether one thinks that's a good or a bad thing may depend on whether one comes from a React/JS FE background or a Java/Kotlin BE background. I come from the latter. I was literally was about 15 mins into a React Native crash course when I saw your video, and now I'm thinking I may prefer instead to go with KMP.

MrMikomi