C-Sharp | Java | Python | Swift | GO | WPF | Ruby | Scala | F# | JavaScript | SQL | PHP | Angular | HTML
React Native TutorialReact Native Tutorial provides basic and advanced concepts of Discrete mathematics. Our React Native Tutorial is designed for beginners and professionals both. React Native is a JavaScript Framework which is used to develop mobile applications for iOS and Android. Our React Native tutorial includes all the topics which help to learn TypeScript. These are React Native Introduction, Environment Setup, First App Hello World, State, Flexbox, Height and Width, TextInput etc. What is React Native?React Native is a JavaScript framework used for developing a real, native mobile application for iOS and Android. It uses only JavaScript to build a mobile application. It is like React, which uses native component rather than using web components as building blocks. Note: React Native is a JavaScript framework whereas ReactJs (React.js) is a JavaScript library.React Native is based on React, JavaScript library of Facebook, and XML-esque markup (JSX) for developing the user interface. It targets the mobile platform rather than the browser. What are React Native apps?React Native apps are not web application. They are running on a mobile device, and it does not load over the browser. It is also not a Hybrid app that builds over Ionic, Phone Gap, etc. that runs over WebView component. React Native apps are the real native app, the JavaScript code stays as JavaScript, and they run in some extra thread by the compiled app. The user interface and everything are compiled to native code. History of React NativeFacebook develops the React Native in 2013 for their internal project Hackathon. Later on, it was released publically in January 2015 as React.js, and in March 2015, Facebook announced that React Native is open and available on GitHub. React Native was initially developed for the iOS application. However, recently it also supports the Android operating system. Advantages of React NativeThere are several advantages of React Native for building mobile applications. Some of them are given below:
PrerequisiteBefore learning React Native, you must have the knowledge of OOPs concept and JavaScript. AudienceWe have developed this React Native tutorial for beginners and professionals both. ProblemsWe assure you that you will not find any problem in our React Native tutorial. But, if you find any mistake, you can post it in our comment section.
Next TopicReact Native Environment Setup
|