Instructional Video10:36
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Movie List Structure / 068

Higher Ed
In this video, we will create the homepage for the Cinemate project and we will define the appearance of the movie list structure on the project.
Instructional Video11:42
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Responsive Screen and Component Tools / 210

Higher Ed
Here, we will examine and explore the various possible settings related to our responsive screen. We will define page sizes, appearance of components on different pages, etc.
Instructional Video8:39
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Nested Routes / 059

Higher Ed
In this video, we will understand the concept of nested routes. When we create a route and then link other routes with a common hook, then we can create a super route that has the components that can be used in all other subsequent routes.
Instructional Video5:06
Curated Video

React JS Masterclass - Go From Zero To Job Ready - No Route Found / 058

Higher Ed
This lesson will teach us how to create a condition for the page 404, "no page found," "no route found," etc. We will define a path in the route that loads a component.
Instructional Video11:27
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Navigation / 056

Higher Ed
Here, we will delve deep into navigation in the React structure. There are two ways, where we will use the "useNavigate" hook, or use a navigate component.
Instructional Video9:42
Curated Video

React JS Masterclass - Go From Zero To Job Ready - React Router Setup / 054

Higher Ed
In this video, you will learn how to install the React router; we will understand how to activate the functionality, what syntax we need to use to include this route functionality.
Instructional Video8:58
Curated Video

React JS Masterclass - Go From Zero To Job Ready - React Router Introduction / 053

Higher Ed
In this video, you will learn how to use the React-Router and its components to create, which we will use in our project. This will help us to include more links and pages to our project in the future.
Instructional Video4:48
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Aborting Fetch Request / 041

Higher Ed
In this lesson, we will discuss aborting a fetch request in the middle of an execution. This can be the case if we want to hide a code segment from rendering or change the rendering sequence.
Instructional Video12:52
Curated Video

React JS Masterclass - Go From Zero To Job Ready - useEffect Hook / 032

Higher Ed
In this lecture, you will learn to call an API, access the information, and then create the user interface to display the information. We will understand the useEffect hook that accepts a function that contains imperative and possibly...
Instructional Video11:02
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Add New Task / 029

Higher Ed
After learning how to input data or tasks using forms and accepting the tasks or data using the submit button, we will now examine how to create new tasks, which will receive inputs from the tasks and add them to the task list we created...
Instructional Video4:03
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Prop Drilling / 019

Higher Ed
Here, we will understand the concept of prop drilling, which means we dig deep into the properties or props by passing the prop's components from one to another.
Instructional Video11:09
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Props: Children / 018

Higher Ed
In this video, you will learn about property child or children, which are offsets of the properties passed on from the parent props to the child props or children props.
Instructional Video6:42
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Props: In-Depth Introduction / 017

Higher Ed
After learning about components and component trees in this video, we will focus on props in detail. We will understand what props are and how they are used in codes and properties with dynamic values.
Instructional Video9:25
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Multiple Components and Fragments / 016

Higher Ed
After understanding components, we will now understand the various components in use. We will also create different components and understand what fragments and component trees are.
Instructional Video15:42
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Practice: Basic Template Structure / 008

Higher Ed
After learning how to create components, add CSS on our website, and add emojis, we will now create a small app based on what we have learned from previous lessons.
Instructional Video10:03
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Components: Class- and Function-Based / 006

Higher Ed
This video discusses components, where you will learn about class-based and function-based components. We will also create a new project setup.
Instructional Video1:26
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Quick Hook Advice / 015

Higher Ed
In this lesson, we will explore a few quick tips while using hooks in our coding. We will go through the do's and don'ts while using hooks and other exceptions while using hooks.
Instructional Video11:50
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Structure / 160

Higher Ed
In this video, we will work on the structuring part of the project WriteNode. We will create the requisite folder structures and importing the required libraries.
Instructional Video9:44
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Test: Page Component Wrapper / 156

Higher Ed
In this lesson, you will learn about strings in JavaScript, which store a series of characters or text in quotes with an example.
Instructional Video9:16
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Queries, Type, Expect, and More / 154

Higher Ed
This video will teach an important concept before moving on to JavaScript and jQuery, the document object model (DOM).
Instructional Video11:08
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Test: Component Rendering / 152

Higher Ed
In this lesson, we will look at a term to describe the ability to render different user interface (UI) markup if a condition is true or false, the conditional rendering.
Instructional Video14:21
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Testing Structure / 151

Higher Ed
This is a continuation of how to connect to and communicate with a MariaDB database featuring a demo app and code samples.
Instructional Video7:52
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Setup-2

Higher Ed
This video focuses on the concepts of cloud computing, the advantages and disadvantages of cloud computing, and the different types of service models in cloud computing.
Instructional Video6:56
Curated Video

React JS Masterclass - Go From Zero To Job Ready - React Testing Library and Jest / 149

Higher Ed
In this video, we will continue to implement and test the operator functions by clicking the operator buttons we created on the calculator.