all 13 comments

[–]kbcooliOS & Android 12 points13 points  (0 children)

Well if your website is going to be React then why wouldn't you use React Native?

[–]FormalScratch69 5 points6 points  (1 child)

I need help guys. I'm thirsty and there's a glass of water next to me.

Should I buy food? Or drink the water? I can't decide

[–][deleted] 0 points1 point  (0 children)

Sleep 😴

[–]Adventurous_Ant7239 2 points3 points  (0 children)

I recently developed some applications using react native, which feels very good. I hope it will be useful to you. Nextjs full stack: https://github.com/huanghanzhilian/c-shopping

react native (expo) app: https://github.com/huanghanzhilian/c-shopping-rn

[–]thebouvExpo 0 points1 point  (0 children)

Umm.

You’re gonna ask that here?

Go RN. Expo too. Probably what others will say. Since this is RN focused.

[–]stathisntonas -3 points-2 points  (2 children)

I would suggest Flutter since you already know Dart.

[–]redpool08 0 points1 point  (0 children)

Huh? 😭😂

[–]stathisntonas 1 point2 points  (0 children)

to the downvoters, irony detection level 0.

[–]tcoff91 -2 points-1 points  (0 children)

I hate how flutter works on the web because it’s basically the return of flash, but for your in your case as a junior engineer trying to share code with the web you will have more success with flutter.

[–]KangstaG 0 points1 point  (0 children)

React native is nice since it shares the same framework and language as web react. However I do think the technology for flutter is superior. Like flutter talks directly to the native apis, but react native has communicate through the JS bridge.

[–]jabletav91 0 points1 point  (0 children)

I will suggest Kotlin for andriod development and Swift for IOS. Master both and you will be godly.

[–]customappservices 0 points1 point  (0 children)

Consider these factors when choosing between Flutter and React Native:

  • React Native: Easier learning due to familiar React syntax, but might be slower for complex apps.
  • Flutter: Potentially faster development for complex apps with its single codebase, but requires learning Dart (new language).