adspace


What is the difference between React Native and React?

Answer Posted / Tejveer Singh

React is a JavaScript library for building user interfaces, while React Native is a framework for building native mobile apps using React. While both use React's component-based architecture, React Native allows developers to write cross-platform mobile applications for iOS and Android using a single codebase.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to use events in reactjs? Give an example of using events?

565


How would you create higher order components (hocs) in react.js?

448