I am learning React JS from YouTube , and the instructor some time uses a word "React App" , I am confused that why he uses this word in the tutorial of website .
Please clarify it . Thank you
I am learning React JS from YouTube , and the instructor some time uses a word "React App" , I am confused that why he uses this word in the tutorial of website .
Please clarify it . Thank you
There is a React and there is a React Native. They are two different things. React is an open-source, front end, JavaScript library for building user interfaces or UI(User Interface) components. That simply means React is for building front-end of websites/web apps. React Native is a JavaScript framework for writing real, natively rendering mobile applications for iOS and Android. That means React Native is for building mobile apps. React Native is based on React