top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is difference between React and React Native?

0 votes
460 views
What is difference between React and React Native?
posted Apr 6, 2018 by Sandeep Bedi

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

React is UI library for the view of your web app using javascript and JSX while React native is an extra library on the top of React, to make a native app for iOS and Android devices.

If your requirement revolves around building interactive web interfaces, go for ReactJS, and if it is around building cross-platform native apps, then React Native is the right choice.

answer Nov 30, 2018 by Nikita Sehgal
React and React Native are open sourced framework developed by Facebook. React is a framework responsible for building applications using JavaScript. React Native is allowing you to build native, cross-platform mobile apps.
...