Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Meditation Personal Transformation Life Purpose Emotional Intelligence Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Google Analytics
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Modeling Data Analysis Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Blogging Freelancing Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Development Web Development React Native

React Native From Scratch with Hooks and Context

Learn React Native with Hooks and Context and leverage your existing web skills. Build user-friendly web apps with React
Rating: 4.7 out of 54.7 (3 ratings)
21 students
Created by Oak Academy
Last updated 2/2021
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Set up virtual environment to be able to practice
  • Install React-Native dependencies for both MAC and Windows
  • Run Android and IOS simulator on computer
  • Expo installation
  • Run Expo App on Mobile Device
  • 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 and Props systems
  • Reusable components
  • Reach another app on the phone from the React-Native app
  • Introduction of Hooks&Context
  • Create Context with Class Based and Functional Components
  • How to Consume Context in Class Based and Functional Components
  • How to Use Multiple Context
  • Hooks Functions (useState, useEffect, useReducer, useContext...)
  • How to Create Reducer
  • How to Use Reducer

Course content

21 sections • 79 lectures • 10h 10m total length

  • Preview04:41
  • Got Any Questions?
    01:43
  • Github Course Repo
    00:02

  • Preview07:25
  • Preview05:33
  • How to Start Emulator in Android Studio
    15:34

  • Tools We Need for ReactNative CLI
    04:46
  • OSX Setup of React Native
    04:45
  • Start The Emulator
    03:12

  • React Native on Mobile Device
    02:18
  • Expo CLI project
    06:45

  • How To Create an App
    02:50
  • See Content on Emulator
    03:52
  • Why Do We Need React and React-Native?
    03:50
  • ES6 Syntax ( Let, Const, Var )
    05:34
  • First Component
    08:40
  • How to Show Component on Device
    10:26
  • How to Build Our First App
    06:46
  • How to Connect a Component to the Root Component
    12:08
  • Import a Component to Another Component
    08:57

  • Styling with JSX
    13:44
  • Displaying of Views
    10:44
  • Header Component’s Styling
    04:17
  • React Props
    07:55
  • How to Reuse Code with Props System
    08:30
  • Quiz
    1 question

  • How to Show a List to the User
    06:58
  • The List Component
    08:34
  • Func Component vs Class Based Component
    10:43

  • When Do We Need Lifecycle Methods?
    09:58
  • Lifecycle Methods
    08:12
  • Making Request With Axios
    09:55

  • What Is State and How To Initial State?
    08:44
  • Using of State
    11:06
  • A Component’s Lifecycle with State
    04:57
  • List Component
    08:23
  • ListItem Component
    10:13
  • Reusable Components
    06:28
  • Styled Component for ListItems
    05:19
  • Usage of Props.children
    05:46
  • ItemSection
    09:17
  • Quiz
    1 question

  • Introduction to the Flexbox
    06:46
  • Section Header Component
    06:04
  • How to Show an Image
    12:46
  • Scrollable Content
    05:22
  • User Interaction with React Native
    09:44
  • Event Handlers
    13:13
  • How to Open Another App (Browser)
    04:43

Requirements

  • No prior React and React-Native knowledge
  • JavaScript + HTML + CSS fundamentals are absolutely required but you don't need to be an expert
  • Basic ES6 knowledge would be beneficial but not required
  • A computer with access to the internet
  • Nothing else! It’s just you, your computer and your ambition to get started today

Description

Hello there,

Welcome to React Native From Scratch with Hooks and Context course.

  • Do you wanna learn coding techniques to make efficient development with React?

  • Do you want to learn to build fast, user-friendly web apps with React?  Then you are at the right place.

React-Native is a library developed by the React team and it is widely used to create mobile applications for both Android and IOS. You do not need to learn Java, Android, Swift, Objective-C, or anything of that.  React is all you need to create awesome mobile apps that work on both Android and iOS.

This course is for all levels. To be able to take this course, all you need is a basic understanding of JavaScript.

In the course, we are going to tell you what dependencies you need to install and how in detail, to be able to create mobile apps on both MAC and Windows. We are going to use free tools and platforms so you don't have to buy any tool or app. You are going to learn how to run an Android and IOS simulator on your MAC or Windows computer.

Later on the course, we are going to learn the basics of React and React Navigation. JSX, 'props system' and 'state system' are going to be crystal clear for you at the end of the course.  You are going to learn the latest React features "Hooks and Context" system.

We are going to create two nice looking app, will guide you to learn "Hooks and Context" in a very detailed way. You are going to learn how to use "state" in functional components with the "Hooks" system and with "Context API" you won't need any third-party package to manage the Application state.

We tried to tell all complex topics in very detail on the course. We used some diagrams to tell some important topics and created a nice-looking mobile application.

At the end of the course;

  • Basics of React, React-Native, React-Navigation libraries

  • How to send an HTTP request from a mobile application

  • How to use flex-box system

  • How to create reusable components

  • To reach another app on the device from our app

  • Creating your own mobile app both with react-native-cli and expo-cli

  • Creating Context with Class Based and Functional Components

  • How to Consume Context in Class Based and Functional Components

  • How to Use Multiple Context in one single component

  • Hooks Functions(useState, useEffect, useReducer, useContext...)

  • Creating Reducer and

  • Using Reducer is going to be clear for you.

Why would you want to take this course? 

Our answer is simple: The quality of teaching.

When you enroll, you will feel the OAK Academy`s seasoned developers' expertise. 

No prior knowledge is needed! 

It doesn't need any prior knowledge to learn it and the React is easy to understand for the beginners. 

This course starts with very basics. First, you will learn how to install the tools, some terminology. Then the show will start and you will learn everything with hands-on practices.  I'll also teach you the best practices and shortcuts.

Step-by-Step Way, Simple and Easy With Exercises

By the end of the course, you’ll have a firm understanding of the React and valuable insights on how things work under the hood and you'll also be very confident in the basics of coding and game development, and hungry to learn more. The good news is since the Free and popular tools are used you don’t need to buy any tool or application.

Video and Audio Production Quality

All our videos are created/produced as high-quality video and audio to provide you the best learning experience.

You will be,

  • Seeing clearly

  • Hearing clearly

  • Moving through the course without distractions

You'll also get:

Lifetime Access to The Course

Fast & Friendly Support in the Q&A section

Udemy Certificate of Completion Ready for Download

Dive in now to our React Native From Scratch with Hooks and Context course

We offer full support, answering any questions.

See you in the course!

Who this course is for:

  • Programmers who want to learn React, React-Native and Hooks and Context
  • Someone who has basic HTML, CSS and JavaScript knowledge and wants to learn how to create complex applications
  • Anyone who wants to create mobile applications for both Android and IOS
  • Anyone who wants to create mobile applications with both react-native-cli and Expo-cli
  • Anyone who wants to learn latest React features "Hooks and Context" system

Instructor

Oak Academy
LONG LIVE TECH KNOWLEDGE
Oak Academy
  • 4.3 Instructor Rating
  • 3,647 Reviews
  • 25,247 Students
  • 152 Courses

Hi there,

By 2024, there will be more than 1 million unfilled computing jobs and the skills gap is a global problem. This was our starting point.

At OAK Academy, we are the tech experts who have been in the sector for years and years. We are deeply rooted in the tech world. We know the tech industry. And we know the tech industry's biggest problem is the “tech skills gap” and here is our solution.

OAK Academy will be the bridge between the tech industry and people who

-are planning a new career

-are thinking career transformation

-want career shift or reinvention,

-have the desire to learn new hobbies at their own pace

Because we know we can help this generation gain the skill to fill these jobs and enjoy happier, more fulfilling careers. And this is what motivates us every day.

We specialize in critical areas like cybersecurity, coding, IT, game development, app monetization, and mobile. Thanks to our practical alignment we are able to constantly translate industry insights into the most in-demand and up-to-date courses,

OAK Academy will provide you the information and support you need to move through your journey with confidence and ease.

Our courses are for everyone. Whether you are someone who has never programmed before, or an existing programmer seeking to learn another language, or even someone looking to switch careers we are here.

OAK Academy here to transforms passionate, enthusiastic people to reach their dream job positions.

If you need help or if you have any questions, please do not hesitate to contact our team.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.