Curated Video
React JS Masterclass - Go From Zero To Job Ready - Movie List Structure / 068
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Responsive Screen and Component Tools / 210
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Nested Routes / 059
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - No Route Found / 058
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Navigation / 056
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - React Router Setup / 054
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - React Router Introduction / 053
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Aborting Fetch Request / 041
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - useEffect Hook / 032
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...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Add New Task / 029
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...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Prop Drilling / 019
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Props: Children / 018
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Props: In-Depth Introduction / 017
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Multiple Components and Fragments / 016
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Practice: Basic Template Structure / 008
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Components: Class- and Function-Based / 006
This video discusses components, where you will learn about class-based and function-based components. We will also create a new project setup.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Quick Hook Advice / 015
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Structure / 160
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Test: Page Component Wrapper / 156
In this lesson, you will learn about strings in JavaScript, which store a series of characters or text in quotes with an example.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Queries, Type, Expect, and More / 154
This video will teach an important concept before moving on to JavaScript and jQuery, the document object model (DOM).
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Test: Component Rendering / 152
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Testing Structure / 151
This is a continuation of how to connect to and communicate with a MariaDB database featuring a demo app and code samples.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Setup-2
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - React Testing Library and Jest / 149
In this video, we will continue to implement and test the operator functions by clicking the operator buttons we created on the calculator.