This is my first post! Hello everyone!!! And I have a question! In terms of framework which is better for a web/mobile app that can be used on both IOS and android devices ?? Angular, React, Django??
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (3)
I can't really answer your question, but still have some advice :)
Put your question in the title, for example "which do you think is better for mobile development: angular, react or django? And why?"
Maybe add the #mobile or #help tag, that way you will get a better target audience for your question.
Lots of possibilities:
It depends
Angular & React can be used to develop Frontend Web. It runs on a browser.
Django runs on server
If you want to develop IOS and android, you can take a look at React Native or Flutter.