Learning React Native Development

Learning React Native Development

English | MP4 | AVC 1920×1080 | AAC 44KHz 2ch | 3h 10m | 775 MB

Build native mobile apps for Android and iOS with just one language

React Native is a JavaScript framework that lets you rapidly build native apps for both iOS and Android using a single language. A React native app is not a hybrid app so it’s nearly indistinguishable from native apps built with Java and Objective-C.

Our course is a fast-paced guide to get you started with React Native and building Native mobile apps. The course will give React developers all they need to build native iOS and Android apps. We won’t be covering the basics of JavaScript programming or React. We will delve directly into React Native to build native mobile apps. You will learn to develop apps that are fun, unique, and responsive with React Native. Learn React Native fundamentals to build interactive and user-friendly apps. The course aims at teaching you React Native irrespective of the underlying platform so that you can learn once, write anywhere.

This course adopts a practical approach to get you building apps as soon as possible. With this course, you will get minimal theory and maximal action, with compelling illustrative examples and clear explanations.

The course focuses on teaching the concepts of React Native development using real-life examples and useful popular applications

What You Will Learn

  • Create dynamic mobile apps
  • Build custom reusable components for your mobile app
  • Build native apps for both iOS and Android
  • Understand the concepts of React states
  • Grasp the concepts of Redux state management to build scalable apps
  • Integrate with Firebase as a data store
  • Learn how to authenticate a user
  • Learn how to navigate within views
Table of Contents

01 The Course Overview
02 Installation and Setup
03 Running the Simulator
04 Understanding JSX
05 App Overview
06 Styling the Header
07 Structuring the Photo Section
08 Flexbox
09 Styling the Photo Section
10 Endpoint to Fetch Data
11 Functional versus Class-Based Components
12 Axios
13 React States
14 Lifecycle Methods
15 Looping Through Photo Section
16 Implementing the Like Button
17 What Is Redux
18 Managing State Using Redux
19 Action Creators
20 Creating the Photos Reducer
21 Calling Actions from Components
22 Login Form Overview
23 Structuring the Login Form
24 Firebase Configuration
25 Managing Input State
26 Storing Form Input in Reducers
27 Getting the Form Input Values
28 Firebase Login API
29 Login Wrapup
30 App Overview of IdeaPad
31 Configuring the Database
32 Structuring the IdeaPad Form
33 Submitting Ideas
34 Showing List of Ideas
35 React Native Navigation
36 Navigating Between Screens
37 Fetching Data from Firebase
38 Editing Ideas
39 Editing Action Creator
40 Deleting Ideas