2

React native vs Ionic
Thinking which framework is better, any opinions?

Comments
  • 3
    Ionic builds hybrid apps (app rendering a webview)
    ReactNative builds a native app.

    A better vs would be:
    Ionic vs cordova
    ReactNative vs NativeScript

    My opinion? If ReactJs is your thing : ReactNative
    If Angular is your thing: NativeScript

    My opinion is that hybrid apps will dry out soon
  • 0
    @searchindex If I may ask, what do you think about Xamarin?
  • 3
    @mohammed
    If c# is your thing... Go for it. Is a valuable solution too.
    But i think reactNative/NativeScript will have more adaption since you will use the same language/tools/framework that you already use for web. So you can develop web + ios + Android reusing a good percentage of code.
    Add electron on top and you got windows + linux + macos
  • 1
    @searchindex ionic vs cordova is an invalid question as well. Ionic is mainly just a library of UI components for the phone. It's more like "bootstrap + angular-bootstrap" combination, but richer.

    Ionic uses cordova for js to Java interface. You use cordova plugins in your ionic app.
  • 0
    @burmesepornstar
    But both hybrid (non native) apps right?
  • 0
    @searchindex so is it better to move on react native?
  • 0
    Yes, i think is a more future-ish approach.
  • 0
    @searchindex thanks for your advice :D
  • 1
    It's definitely React Native for mobile development for its performance https://applikeysolutions.com/blog/...
  • 1
    There are three development approaches: native, cross-platform, and hybrid. Each of them has its own special features, and brings about different results. Not trying to influence your decision as your outsourcing partner and get the ideal for your business product, let's compare all the technologies.https://artjoker.net/blog/...
  • 1
    Here's a good overview of React Native vs Ionic debate on the basis of parameters such as Performance, User experience, testing, developer convenience etc: https://simform.com/react-native-vs...
  • 0
    Great! Thanks for sharing the information. That is very helpful for increasing my knowledge in this field.

    You can also check:-https://pixelpointtechnology.com/re...
Add Comment