What is the difference between React Native and React?



What is the difference between React Native and React?..

Answer / 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

More React.js Interview Questions

What is React.PropTypes?

1 Answers  


Explain the use of the arrow function in React

1 Answers  


Why do you need to use props.children?

1 Answers  


What is redux and flux? When do you use them?

1 Answers  


What are the advantages of using reactjs?

1 Answers  


How is flux different from redux?

1 Answers  


What is higher order components (hoc)?

1 Answers  


Please explain step by step approach on how to setup environment for reactjs?

1 Answers  


What is import in react?

1 Answers  


What is controllable component in reactjs?

1 Answers  


How to set focus in reactjs?

1 Answers  


What is SyntheticEvent?

1 Answers  


Categories