Skip to main content
3 of 12
added 57 characters in body
Nader Dabit
  • 53.8k
  • 14
  • 110
  • 91

ReactJS is a JavaScript library, typically used for the front end web but also now being used on the server, for building user interfaces and web applications.

React Native is a mobile framework that compiles to native app components, allowing you to build native mobile applications ( IOS and Android ) in JavaScript that allows you to use ReactJS to build your components, and implements ReactJS under the hood.

Both are open sourced by Facebook.

Nader Dabit
  • 53.8k
  • 14
  • 110
  • 91