What is the difference between React Native and React?

后端 未结 30 2602
粉色の甜心
粉色の甜心 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:44

    React Js is a Javascript Library where you can develop and run faster web applications using React .

    React Native lets you build mobile apps using only JavaScript,it is used for Mobile application development . more info here https://facebook.github.io/react-native/docs/getting-started.html

提交回复
热议问题