Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Web Technology by (55.6k points)

Can anyone tell me how different is react native from react?

1 Answer

0 votes
by (119k points)

React-Native is a framework that can be used to develop Android & iOS applications and whereas React.js is a parent JavaScript library can be used to develop web applications. In React-Native, the tags like <View>, <Text> are used very frequently and React.js, on the other hand, uses web HTML tags like <div> <h1> <h2>. There are only synonyms in the dictionary of web/mobile developments. For React.js, you need DOM for path rendering of HTML tags whereas for mobile application, React-Native uses AppRegistry to register your app.

If you are interested to learn React Js, check out this React Js Training Course by Intellipaat.

Also, check out this video for more similarities and differences between React.js and React-Native:

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...