Leo Trieu
This short course will cover basic and core concepts that you need to know to get up and running with React Native in about 1 hour. And you will learn with ES6 syntax which is the new version of Javascript.
ReactJS is a Javascript library for building user interfaces. It's flexible, fast, easy to learn and fun to work with. React Native is designed to make the process of building modular, reusable user interface components simple and intuitive.
React Native was developed at Facebook and focuses on the 'View' aspect of MVC in mobile apps. React Native was built for the purpose of developing applications that are large in nature and have to deal with time changing data.
Anyone!!! Because:
React is a small library and easy to learn.
This course is fun :)
You can write code once and then deploy on both iOS and Android (with small configuration changes).
While it is helpful to have an understanding of Javascript, it is not necessary.
How to create a mobile app with React Native.
A taste of how to build your very first React Native component.
How to handle events in components.
Understand two key concepts of React: State and Props.
How to reuse and nest components.
How to transfer data between Parent, Child components.
How to work with Array, Form.
mohammad iqbal sugandhi
WOW DETAIL TUTORIAL
Joel Garcia
Good intro in React Native, Thanks leo :)
Ibrahim
Great intro for React, Thanks
Task 1: Starter
Task 2: Create React Native App
Task 3: Component
Task 4: Data Flow between Components
Task 5: Refactoring Product List