Description
In this course, you will :
- Learn React Native from the ground up using real-world examples.
- ReactNative and ReactJS Configure our virtual environment.
- Install the React-Native MAC and Windows dependencies.
- With react native, you can run Android and iOS simulators.
- JSX syntax and expressions
- ES6 syntax
- See the content on the simulator
- Styling with React-Native and flex-box rules
- Send an HTTP request to a remote API
- State ve Props systems
- Reusable components
- From the React-Native app, you can access another react native android app on your phone.
- React Native, developed by Facebook, is an open-source mobile application framework that uses only JavaScript, allowing it to support both Android and iOS.
- React, also known as React js, saves developers time and effort because they only need one programming language.
- Google Flutter provides developers with a UI toolkit that is similar to React Native.
- Flutter also has a native component that allows it to compile web, mobile, and desktop applications from a single set of source codes.
- Developers with a React Native background may work in full-stack development, designing and refining web-based games, websites, mobile apps, and other applications.
- Flutter is a free and open-source framework for developers that relies on existing code.
- React Native is based on and only uses JavaScript, whereas Flutter has a tenuous relationship with the language.
- Google Flutter is built primarily with Dart, a new programming language. Other distinctions between the two include the source of the tool and the installation and setup process.
- React is a Javascript framework that is essential for web development. It is the most widely used framework for creating user interfaces for web, mobile, and desktop applications.
Syllabus :
- Introduction to the React Native: learn reactnative with hands on practices
- React Native - Setup For Windows
- ReactNative: Setup For OSX
- React Native and JSX
- Styling For React Native
- API Request With React Native
- Lifecycle Methods
- State In React Native
- Layout With Flexbox