Skip to content

Full React and Redux Course: Learn React JS and Redux From Scratch

Learn ReactJS from scratch with Router, Hooks and Context. Become React JS Web Developer and create React JS project


Oak Academy

Summary

Price
£100 inc VAT
Or £33.33/mo. for 3 months...
Study method
Online, On Demand What's this?
Duration
15.4 hours · Self-paced
Qualification
No formal qualification
Certificates
  • Reed Courses Certificate of Completion - Free
Additional info
  • Tutor is available to students

Add to basket or enquire

Overview

Hello there,

Welcome to React JS: Learn React JS From Scratch with Hands-On Projects course.

Learn ReactJS from scratch with Router, Hooks, and Context. Become React JS Web Developer and create React project

React is one of the best choices for building modern web applications. If you are new to React or maybe you've been struggling to learn and truly understand what’s going on then this course is the best way for you to learn React JS.

In this course, we will take you through everything you need to know to master web development using ReactJS by providing powerful knowledge through a mixture of diagrams and the creation of a simple application.

React is an essential Javascript framework for web development. It is the most popular framework for developing web, mobile, and desktop app user interfaces.

No Previous Knowledge is needed!

You don’t need to have previous knowledge about React. This course will take you from a beginner to a more advanced level with hands-on examples.

You will be confident in using React JS, and if you ever get stuck, we will be there to help.

Learn by doing!

So we have made this course as simple as possible in order to take you through step by step so you can feel confident and get a truly good understanding of how to utilize ReactJS. In this course, we will be teaching React by creating various projects.

At the end of the course

By the end of the course, you will be able to build amazing React single-page web applications.

Whether you’re interested in adding React to your existing dev skillset, or you want to develop full-stack web apps by using tools like NodeJS, Redux, and MongoDB in conjunction with React, Reed has a comprehensive selection of courses to choose from.

Why would you want to take this course?

Our answer is simple: The quality of teaching.

OAK Academy based in London is an online education company. OAK Academy gives education in the field of IT, Software, Design, development in English, Portuguese, Spanish, Turkish and a lot of different language on Reed platform where it has over 1000 hours of video education lessons. OAK Academy both increase its education series number by publishing new courses, and it makes students aware of all the innovations of already published courses by upgrading.

When you enroll, you will feel the OAK Academy`s seasoned developers expertise. Questions sent by students to our instructors are answered by our instructors within 48 hours at the latest.

Fresh Content

It’s no secret how technology is advancing at a rapid rate. New tools are released every day, and it’s crucial to stay on top of the latest knowledge for being a better React developer. You will always have up-to-date content for this course at no extra charge.

What is React?

React is a front-end library in Javascript that was developed by Facebook. The simplest definition of React is that it is a user interface library used for building UI components for the web. But if that was all React did, it would be little more than a template library. Developers define components in React by using an HTML-like syntax called JSX. These encapsulated components manage their own state, making it simple to pass rich data to a component and keep the state of the application and its components out of the Document Object Model (DOM). These features give React components the ability to react dynamically and efficiently to changes in their state. A set of simple components in React can be composed into either simple single-page applications or large, complex web applications.

The instructor helped me whenever I needed it, and I've learned a lot in very little time. Now I can create simple single-page applications, and I fell in love with CodePen and VS Code!

Video and Audio Production Quality

All our content is created/produced as high-quality video/audio to provide you the best learning experience.

You will be,

  • Seeing clearly

  • Hearing clearly

  • Moving through the course without distractions

React JS: Learn React JS From Scratch with Hands-On Projects

We offer full support, answering any questions.

See you in the class!

Certificates

Reed Courses Certificate of Completion

Digital certificate - Included

Will be downloadable when all lectures have been completed.

Curriculum

15
sections
127
lectures
15h 22m
total
    • 1: What We Will Learn? 01:54
    • 2: Why a Library or Framework Is Needed 03:00
    • 3: What is React? 05:12
    • 4: Why Should we use React 02:13
    • 5: React vs Vanilla JavaScript 04:36
    • 6: Setting up our Development environment. 04:16
    • 7: Look at React Official Documentation 01:25
    • 8: Pure React 09:08
    • 9: Setting up a project with create-react-app 08:46
    • 10: Rendering the root component 04:45
    • 11: Debugging 04:31
    • 12: Creating and reusing a component 04:24
    • 13: What is JSX 03:10
    • 14: Creating more component 04:35
    • 15: JavaScript logic in component 04:27
    • 16: Separation of concerns 03:22
    • 17: Styling React applications 07:38
    • 18: Props 08:14
    • 19: Props & one-way data flow 02:32
    • 20: Rendering list 12:41
    • 21: Conditional Rendering 1 05:08
    • 22: Conditional Rendering 2 03:45
    • 23: Extraction JSX into a new component 03:14
    • 24: Destructuring props 04:48
    • 25: React fragments 01:31
    • 26: Dynamic Classes 04:41
    • 27: Section Overview 00:39
    • 28: Let’s build a new project 14:10
    • 29: Handling Events 07:54
    • 30: What is state? 03:52
    • 31: Creating a state with useState 07:24
    • 32: Set state manually! 03:20
    • 33: Adding open-close button 05:47
    • 34: React Developer Tools 04:17
    • 35: Updating state based on current state 04:09
    • 36: Introduction of the Application 02:19
    • 37: Creating the layout 13:13
    • 38: Rendering a list component 12:01
    • 39: Rendering a form component 11:47
    • 40: Controlled Elements 13:27
    • 41: Let’s think about state 03:54
    • 42: Lifting state up 11:01
    • 43: Deleting an item 04:32
    • 44: Updating an item 05:04
    • 45: Calculating package quantities 07:02
    • 46: Shorting items 07:57
    • 47: Application Introduction 01:17
    • 48: Project Setup 06:25
    • 49: Components Structure 05:05
    • 50: Let’s start using data 07:50
    • 51: Let’s start Creating the card structure 13:02
    • 52: Class-Based Component 06:00
    • 53: Counter example with Class-Based component 05:50
    • 54: Working with event handlers 06:45
    • 55: Class-Based component vs Functional component 03:16
    • 56: useEffect Hook 05:22
    • 57: Counter example with useEffect hook 10:48
    • 58: Dependency Array 03:17
    • 59: Clean-Up function 05:34
    • 60: useState + useEffect + Data fetching 12:35
    • 61: Project Structure 09:21
    • 62: Component structure & styling 14:07
    • 63: Using an async function & axios 08:16
    • 64: Section Overview 00:26
    • 65: Refs 04:10
    • 66: Why we use useRef Hook 02:11
    • 67: Refs to select DOM elements 04:13
    • 68: What is this Custom Hook 02:31
    • 69: Custom Hook counter example 08:22
    • 70: Section Overview 00:44
    • 71: What is React-Router 02:52
    • 72: Creating a regular application 06:11
    • 73: Adding a React-Router to the project 09:42
    • 74: Link & NavLink 04:34
    • 75: Server side rendering & Client side rendering 05:27
    • 76: Creation of components & Application layout 09:21
    • 77: Component & Pages Layout and Styling 16:08
    • 78: Component & Pages Layout and Styling - 2 12:40
    • 79: Personnel Page 09:36
    • 80: Dynamic routing 06:47
    • 81: PersonnelDetail Page 11:47
    • 82: useNavigate vs Link 03:23
    • 83: notFound page & Navigate 05:11
    • 84: Error handling 06:13
    • 85: Loading 08:48
    • 86: Nested Routes 11:25
    • 87: Absolute Path & Relative Path 04:42
    • 88: Private Router 08:19
    • 89: Project Introduction & API source 03:27
    • 90: File Structure 14:30
    • 91: Creation of Routes 09:28
    • 92: Let’s start creating the pages 12:52
    • 93: Navbar 10:19
    • 94: Home Page 10:47
    • 95: Header 13:46
    • 96: Card 15:49
    • 97: Detail Page 09:44
    • 98: Login & Logout 06:45
    • 99: Section Overview 00:46
    • 100: Why state management libraries are needed 04:07
    • 101: Context API 03:54
    • 102: Stages of Using the Context API 01:38
    • 103: Let’s Start Using the Context API 12:03
    • 104: Context Provider 09:42
    • 105: Data Management 11:07
    • 106: Creating Multiple Context 10:03
    • 107: LocaleStorage 12:42
    • 108: Using Custom Hooks 09:08
    • 109: Section Overview 01:06
    • 110: What is useReducer 03:38
    • 111: Project Setup 12:16
    • 112: useReducer 10:48
    • 113: Let's Start Using the Reducer Function 09:00
    • 114: Counter Reducer 11:37
    • 115: Section Overview 01:30
    • 116: Project Introduction and API Source 04:27
    • 117: Project Setup and File Structure 13:00
    • 118: Creating the Route Structure 04:05
    • 119: Header and Navbar 17:11
    • 120: Search Page 10:01
    • 121: News Card 10:00
    • 122: Home Page 12:12
    • 123: Context and Theme 11:46
    • 124: Slider 11:34
    • 125: Categories Page 12:34
    • 126: Filtering by Country 06:00
    • 127: Data Extraction With Custom Hook 18:20

Course media

Description

Hello there,

Welcome to React JS: Learn React JS From Scratch with Hands-On Projects course.

Learn ReactJS from scratch with Router, Hooks, and Context. Become React JS Web Developer and create React project

React is one of the best choices for building modern web applications. If you are new to React or maybe you've been struggling to learn and truly understand what’s going on then this course is the best way for you to learn React JS.

In this course, we will take you through everything you need to know to master web development using ReactJS by providing powerful knowledge through a mixture of diagrams and the creation of a simple application.

React is an essential Javascript framework for web development. It is the most popular framework for developing web, mobile, and desktop app user interfaces.

No Previous Knowledge is needed!

You don’t need to have previous knowledge about React. This course will take you from a beginner to a more advanced level with hands-on examples.

You will be confident in using React JS, and if you ever get stuck, we will be there to help.

Learn by doing!

So we have made this course as simple as possible in order to take you through step by step so you can feel confident and get a truly good understanding of how to utilize ReactJS. In this course, we will be teaching React by creating various projects.

Here is the list of what you’ll learn by the end of the course,

  • We will start with local installation and react basics. After that, we will create 5 projects.

  • Project 1 – Learn, create react app and Jsx with ‘first-app’

  • Project 2 – Learn React props system with ‘blog-posts’ app

  • Project 3 – Learn react components, state, lifecycle methods, async operations and much more... with ‘hemisphere’ app

  • Project 4 – Handling event handlers, fetching data from an outside api and showing list of records with ‘image-list’ app

  • Project 5 - Routing with React Router and using React Portals to render children outside the DOM hierarchy with ‘react-router’ app

  • reactjs or react

  • react project

  • react projects

  • React JS

  • react js projects

  • react js project

  • react.js

  • reactjs projects

  • reactjs project

  • oak academy

  • react free

  • react from scratch

  • learn react

  • free react

  • react js free

  • react with project

  • react js with project

  • react js: learn react js from scratch with hands-on projects

At the end of the course

By the end of the course, you will be able to build amazing React single-page web applications.

Whether you’re interested in adding React to your existing dev skillset, or you want to develop full-stack web apps by using tools like NodeJS, Redux, and MongoDB in conjunction with React, Reed has a comprehensive selection of courses to choose from.

Why would you want to take this course?

Our answer is simple: The quality of teaching.

OAK Academy based in London is an online education company. OAK Academy gives education in the field of IT, Software, Design, development in English, Portuguese, Spanish, Turkish and a lot of different language on Reed platform where it has over 1000 hours of video education lessons. OAK Academy both increase its education series number by publishing new courses, and it makes students aware of all the innovations of already published courses by upgrading.

When you enroll, you will feel the OAK Academy`s seasoned developers expertise. Questions sent by students to our instructors are answered by our instructors within 48 hours at the latest.

Fresh Content

It’s no secret how technology is advancing at a rapid rate. New tools are released every day, and it’s crucial to stay on top of the latest knowledge for being a better React developer. You will always have up-to-date content for this course at no extra charge.

What is React?

React is a front-end library in Javascript that was developed by Facebook. The simplest definition of React is that it is a user interface library used for building UI components for the web. But if that was all React did, it would be little more than a template library. Developers define components in React by using an HTML-like syntax called JSX. These encapsulated components manage their own state, making it simple to pass rich data to a component and keep the state of the application and its components out of the Document Object Model (DOM). These features give React components the ability to react dynamically and efficiently to changes in their state. A set of simple components in React can be composed into either simple single-page applications or large, complex web applications.

What is React used for?

React is an open-source JavaScript frontend library. Some developers consider it a frontend framework because it does more than standard libraries usually do. The most common use of React is to build dynamic user interfaces for single-page web applications. But the structure of React makes it useful for more than just creating websites. JSX, which is one feature of React, is a syntax extension for Javascript that provides a template for the HTML and manages the state of the element. But JSX can be used as an interface for things other than HTML. React Native uses React to build mobile applications. Here, JSX becomes an interface for mobile UIs instead of HTML. There are even a few libraries that use React and JSX to interact with and manage hardware like React Hardware.

How does React work?

React encourages engineers to write code using a Functional Programming approach. Engineers create components, which are normal Javascript functions. These functions return information to tell React what content should be displayed on the screen. The real power of React comes from the ability to nest or compose these functions inside of one another. This nesting ability encourages code reuse and allows an engineer to write a component a single time, but in many different places.

Is React a framework or library?

Frameworks provide an opinionated approach to building an entire application. Libraries, on the other hand, assist in building a single aspect of an application. With this in mind, React is a library. It assists engineers in presenting HTML in the browser. React has no opinions on how data is fetched, how styling is applied, or how the app is deployed or built.

The instructor helped me whenever I needed it, and I've learned a lot in very little time. Now I can create simple single-page applications, and I fell in love with CodePen and VS Code!

Video and Audio Production Quality

All our content is created/produced as high-quality video/audio to provide you the best learning experience.

You will be,

  • Seeing clearly

  • Hearing clearly

  • Moving through the course without distractions

React JS: Learn React JS From Scratch with Hands-On Projects

We offer full support, answering any questions.

See you in the class!

Who is this course for?

Beginners who wants to be React developer

Anyone who wants to become an Reactjs Developer,

Anyone who wants to learn React JS

Anyone who wants to build amazing React single page web applications

This react js course is perfect for someone who has little knowledge of HTML, CSS and JavaScript. We are not saying that you need to be expert of JavaScript but little concepts like Loops and functions should be familiar to you. If you know ES6 that’s great, if not, don’t worry, ES6 is also covered in this course.

Students who want to learn how to build fast single page web apps with react

Anyone interested in learning an extremely popular technology(react or react js) used by leading tech companies like Facebook, Instagram and Netflix

Students who want to take their web development skills to the next level and learn a future-proof technology

Requirements

No prior knowledge is required about React or Reactjs!

A Windows PC, Mac or Linux Computer

JavaScript + HTML + CSS fundamentals are absolutely required but you don’t need to be an React, or React js expert

Es6 knowledge would be beneficial but not required

Desire to learn React

Questions and answers

Currently there are no Q&As for this course. Be the first to ask a question.

Reviews

Currently there are no reviews for this course. Be the first to leave a review.

FAQs

Study method describes the format in which the course will be delivered. At Reed Courses, courses are delivered in a number of ways, including online courses, where the course content can be accessed online remotely, and classroom courses, where courses are delivered in person at a classroom venue.

CPD stands for Continuing Professional Development. If you work in certain professions or for certain companies, your employer may require you to complete a number of CPD hours or points, per year. You can find a range of CPD courses on Reed Courses, many of which can be completed online.

A regulated qualification is delivered by a learning institution which is regulated by a government body. In England, the government body which regulates courses is Ofqual. Ofqual regulated qualifications sit on the Regulated Qualifications Framework (RQF), which can help students understand how different qualifications in different fields compare to each other. The framework also helps students to understand what qualifications they need to progress towards a higher learning goal, such as a university degree or equivalent higher education award.

An endorsed course is a skills based course which has been checked over and approved by an independent awarding body. Endorsed courses are not regulated so do not result in a qualification - however, the student can usually purchase a certificate showing the awarding body's logo if they wish. Certain awarding bodies - such as Quality Licence Scheme and TQUK - have developed endorsement schemes as a way to help students select the best skills based courses for them.