What is the difference between React Native and React?
I want to know the difference between React and React Native – though I could not find a satisfactory answer using Google. Do they have completely different syntax?
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
We want to connect the people who have knowledge to the people who need it, to bring together people with different perspectives so they can understand each other better, and to empower everyone to share their knowledge.
Kristen Berry
React Native is a mobile framework that compiles to native app components, allowing you to build native mobile applications for different platforms (iOS, Android, and Windows Mobile) in JavaScript that allows you to use ReactJS to build your components, and implements ReactJS under the hood.
ReactJS is a JavaScript library, supporting both front-end web and being run on a server, for building user interfaces and web applications.
Both are open-sourced by Facebook.