Beginner’s Guide to Real World React

Beginner’s Guide to Real World React

English | MP4 | AVC 1920×1080 | AAC 44KHz 2ch | 8h 07m | 936 GB

In this course, you’ll learn build web applications with modern front end techniques using the React JS library

What You Will Learn

  • How to build realistic React applications from scratch
  • How React compares to other front end frameworks
  • How to use React Hooks
  • What React is missing and how to fill in the blanks
  • How to use React with popular libraries like axios
  • What problems React solves
  • How to navigate in complex apps with React-Router
  • How to manage app state with Redux

In this course you’ll take a deep dive into core React concepts as you learn more about how React works, how you can use it to build complex web applications, and how to combine it with third-party libraries and frameworks to ‘join the dots’ and gain a detailed understanding of how you might use React in a real world setting.

Why this course

The Beginner’s Guide to Real World React will teach you how to successfully build web applications with modern frontend techniques, using the ReactJS library.

React on its own is only one piece of the puzzle and it doesn’t, out of the box, cater for some of the missing pieces of common frontend development. Pieces such as:

Connecting to an API or external data source and retrieving data to power your app.
Navigating around your app to different pages or areas.
Managing the “state” of your application’s data at a higher level (i.e. outside of components).

The problem is, these missing pieces are vital parts of any modern web application, as well as any realistic development scenario. It’s key to understand both their concepts and how to approach them in React development. Many tutorials only cover one aspect of these and don’t bring them together in a realistic setting.

On completion of The Beginner’s Guide to Real World React, you’ll not only have a knowledge of modern React development, but also the skills required to build real-world apps that talk to real data.

You don’t have to be a coding guru or have years of experience as this course is designed for beginners. However, you should be familiar with the basics of frontend development, including HTML, CSS and JavaScript. It would be helpful to have an understanding of basic concepts around RESTful APIs and how to interact with them, but it’s not essential.

Course topics

In The Beginners Guide to Real World React you’ll join me on a deep dive into core React concepts. As you progress through this course, you will learn more about how React works, how you can use it to build complex web applications, and how to combine it with third-party libraries and frameworks to ‘join the dots’. You will gain a detailed understanding of how you might use React in a real world setting.

Part I

In part one of the course, we’ll take an end-to-end approach to React. We’ll start with taking a look at the library itself and the problems it solves, before moving on to topics such as Hooks and handling data from an API. Finally, we’ll talk about how to build and deploy our application to a popular service such as Netlify.

Included in the introductory part one of the course are the following modules:

Module 1 – this very introduction.
Module 2 – React JS: an introduction to React, a modern UI library.
Module 3 – React Hooks: what they are and how to use them.
Module 4 – Fetching data: using APIs in your code, and popular helper libraries such as Axios.
Module 5 – Deploying your first app: using Netlify to deploy our app to the public.

Part II

In the extended course part two, we’ll cover similar topics to the first part but take a deeper dive into them and look at some of the challenges we face as React developers and how to overcome them. We’ll also learn about navigating around our application, and managing state across our application using Redux — a common stumbling block for aspiring React developers.

The outline for part two of the course includes the following modules:

Module 6 – Thinking in React: structuring your projects, breaking functionality into components
Module 7 – React Hooks deep dive: learn what each Hook does and how to use them
Module 8 – Navigation in complex apps: moving users around different areas of your application
Module 9 – State management in complex apps: using Redux and useReducer Hooks to manage app state
Module 10 – The Dinosaur Search App: putting it altogether by building our very own application

If you’ve been looking for a way to learn real-world React patterns, then this course is for you.

Table of Contents

1 Course introduction
2 About the author
3 Conventions used and helpful links
4 Reporting errors and getting support
5 Downloading the course code
6 What is React?
7 Comparisons with similar frameworks
8 Drawbacks of React
9 First React app – The Greeting App
10 Building the Greeting App
11 Refactoring the Greeting App
12 React core concepts
13 Introducing React Hooks
14 Common Hooks
15 Furry Friend Gallery app
16 Building the Furry Friend Gallery
17 Introduction to fetching data with React
18 Furry Friends Gallery Mark II
19 Building the Furry Friends Gallery Mark II
20 Deploying an app to the world
21 Building an app to deploy
22 Setting up deployment on Netlify
23 Thinking in React
24 Component relationships
25 Project structure
26 Form Builder project
27 Building the Form Builder
28 Hooks Deep Dive
29 Hooks project setup
30 useContext Hook
31 useRef Hook
32 useMemo Hook
33 useCallback Hook
34 Navigation in complex apps
35 Introducing React Router
36 Admin Console app
37 Building the Admin Console
38 Extending the Admin Console
39 State management in complex apps
40 Introducing Redux
41 Event Sign Up App
42 Building the Event Sign Up App
43 Extending the Event Sign-Up App
44 Using the useReducer Hook
45 The Dinosaur Search App
46 Project setup and scaffolding
47 Building the services
48 Building the components
49 Exploring the app
50 Closing thoughts and learning paths

Homepage