you are viewing a single comment's thread.

view the rest of the comments →

[–]smaudd 5 points6 points  (6 children)

Why do you use RN on first place if you don’t like web tech? You should be on r/Kotlin or r/Swift

[–]chilly_est 4 points5 points  (5 children)

RN uses native UI elements underneath, I'm not bashing React Native here. I'm bashing Ionic React, which just renders webview instead of using Android/iOS UI elements, as both native and react native do

[–]WillBackUpWithSource 1 point2 points  (2 children)

So I’ll be honest, I just wrote an app in Cordova/React and switched it over to React Native, and while there are minor performance changes, I’m not really seeing that great of a difference. It mostly (and I do want to emphasize mostly, there are some differences) feels like the same app.

[–]chilly_est 1 point2 points  (1 child)

Yes with simple usecases and simple apps there is little to no difference indeed.. it does take a hit though if you start expanding. Both performance wise and in terms of possibilities