Instructional Video7:23
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Dynamic Title / 110

Higher Ed
Here, you will learn more about a styled-component module, which allows us to write CSS within JavaScript in a very modular and reusable way in React instead of having one global dynamic class.
Instructional Video9:27
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Rating Component / 105

Higher Ed
For the final checkout page to perform the next set of actions, you will learn how to implement an order confirmation before proceeding with the last payment order.
Instructional Video8:22
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Products Page / 103

Higher Ed
In this lecture, the next step is to start building the homepage of the eCommerce site. We will use components to tell React what we want to see on the screen.
Instructional Video11:24
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Redux Store State / 094

Higher Ed
Redux is a popular data store for JavaScript and React applications. It follows a central principle that data binding should flow.
Instructional Video9:43
Curated Video

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

Higher Ed
We will explore the most common and most accessible structure in use. I call it the flat structure as it has minimal directory nesting.
Instructional Video22:25
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Deployment / 078

Higher Ed
In this video, we will understand the first cloud deployment model, the private model, single-tenant environments accessible by a single organization.
Instructional Video2:41
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Style Update / 077

Higher Ed
This video demonstrates updating and stylizing the product list based on specific eCommerce store sales criteria.
Instructional Video10:20
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Navigation Structure

Higher Ed
In this video, we will complete the header section of the Cinemate project and increase font sizes, change logo appearance, activate the navigation link, adding dynamic classes and add hidden variables.
Instructional Video10:35
Curated Video

React JS Masterclass - Go From Zero To Job Ready - TMDB API: Documentation / 064

Higher Ed
In this lesson, we will learn to use the TMDB API, a free API that showcases movies and we will register to create our account on the API. We will then examine the documentation, send links, and other parameters to work with.
Instructional Video10:50
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Theme: Change Background / 051

Higher Ed
In this video, we will learn to create a state that will allow us to change the background of our TaskMate appearance based on the selection we make.
Instructional Video7:04
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Local Storage: Store All Tasks / 050

Higher Ed
Here, we will focus on our local storage. When we create tasks in our TaskMate, we need to provide the app a local storage to store the tasks that we create.
Instructional Video4:00
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Infinite Loops / 042

Higher Ed
In this lecture, we will discuss passing primitive values and passing a function using a callback. We will use the useRef hook to create a reference for the elements and values.
Instructional Video10:44
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Custom Hook (useFetch) / 038

Higher Ed
In this lecture, you will learn how to create a custom hook, which are functions that perform a task or fetches the information. You will learn to create a custom hook and call that hook in the code whenever we need information.
Instructional Video6:01
Curated Video

React JS Masterclass - Go From Zero To Job Ready - List Output / 035

Higher Ed
In this video, you will learn to complete the user interface for the useEffect hook. We will create a function and fetch a component to create a simple UI to display presentable information.
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 Video13:41
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Event / 028

Higher Ed
Let's learn to create submit buttons, enabling us to accept the input values through forms or input tabs. We can make the submit buttons and get inputs through data storage functions.
Instructional Video5:25
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Event / 026

Higher Ed
In this video, we will examine the listener that we will work with, which calls a function that will execute a task every time there is a change in the input, an anonymous function, or create a function based on our requirement.
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 Video7:21
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Conditional Templates / 014

Higher Ed
This video discusses a conditional template, which allows us to compare multiple elements with True or False return values and apply certain changes. These are templates by which we set up a condition, and it executes a code after...
Instructional Video6:30
Curated Video

React JS Masterclass - Go From Zero To Job Ready - useState: Array setState Value / 013

Higher Ed
We will continue the lessons on useState; here, you will learn more about setTask. The lesson will show you how to delete the tasks we created in the previous lecture.
Instructional Video4:24
Curated Video

React JS Masterclass - Go From Zero To Job Ready - useState: Multiple Updates / 011

Higher Ed
In this video, we will discuss the problems we face when using the setCount. The value of the Count remains constant; hence, when using multiple iterations of a setCount function, the value of the variables does not change either.