DEV Community

Discussion on: What would you use for building an Android app today?

Collapse
 
alexluong profile image
Alex Luong

I'd use React Native since I'm most proficient in the React/JS ecosystem. Also since I'm not likely to build a game or something that needs to be optimized for performance, RN should be enough.

Also, don't forget to add NativeScript and Ionic since they are options too.

Collapse
 
rahulchowdhury profile image
Rahul Chowdhury 🕶

Fair point, Alex. For simple apps with not much system interaction, React Native seems like a good candidate.