What is the difference between React Native and React?

后端 未结 30 2700
粉色の甜心
粉色の甜心 2020-11-28 00:22

I have started to learn React out of curiosity and wanted to know the difference between React and React Native - though could not find a satisfactory answer using

30条回答
  •  生来不讨喜
    2020-11-28 00:47

    React Js - React JS is front-end javascript library it's large library not a framework

    • It follows the component based approach which helps in building
      reusable UI components
      • It is used for developing complex and interactive web and mobile UI
      • Even though it was open-sourced only in 2015, it has one of the largest communities supporting it.

    ReactNative - React Native is an open-source mobile application framework.

提交回复
热议问题