0 votes
in ReactJS by
What is the difference between React Native and React?

1 Answer

0 votes
by

React is a JavaScript library, supporting both front end web and being run on

the server, for building user interfaces and web applications.

On the other hand, React Native is a mobile framework that compiles to

native app components, allowing us to build native mobile applications (iOS,

Android, and Windows) in JavaScript that allows us to use ReactJS to build

our components, and implements ReactJS under the hood.

Java React JS Interview Question

Related questions

0 votes
asked May 20, 2020 in ReactJS by GeorgeBell
0 votes
asked May 28, 2020 in ReactJS by anonymous
...