Curated Video
React JS Masterclass - Go From Zero To Job Ready - Reducers: Add and Remove / 093
This lesson creates a new reducer method called removeFromCart, which accepts a value and removes an item from the basket. We will then add an handler to our remove button.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Slice and Action / 092
A "slice" is a collection of Redux reducer logic and actions for a single feature in your app, typically defined together in a single file.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Structure / 091
We will explore the most common and most accessible structure in use. I call it the flat structure as it has minimal directory nesting.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Redux Introduction
Redux is an open-source JavaScript library used to manage application state. React uses Redux for building the user interface.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Deployment / 090
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Methods / 089
In this video, you will learn to validate our forms in React. Here, the form will force us to enter details before we are taken to the product confirmation page.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Context / 087
This is a continuation of the previous lesson, where we will continue validating the information we place on the form before checking out.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Solution: Components / 082
After creating a ledge for the basket page, you will now learn to add functionality to the basket and start receiving items from the product list and the function buttons to work.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Structure / 086
In this video, you will learn to validate our forms in React. Here, the form will force us to enter details before we are taken to the product confirmation page.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Global State Management
After implementing the shopping basket and all the functions it needs, we will execute the tasks required to make the basket add up the totals of the prices of each product multiplied by the number of items and add other features such as...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Solution: Pages / 083
In this video, you will learn how to use the React router and its components to create a single-page application as a detail page.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Update Environment Variables / 145
Let's discuss the arithmetic operators available in JavaScript to perform operations on constants and variables and look at the different operators available in JavaScript.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Dynamic Page Title / 140
In this video, you will learn to validate our forms in React. Here, the form will force us to enter details before we are taken to the product confirmation page.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Dashboard: Condition 1 / 134
In this video, we will explore the admin dashboard and look at the few available features on the dashboard.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Order Submit Function / 132
In this lecture, the next step is to start building the home page of the eCommerce site. We will use components to tell React what we want to see on the screen.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Undefined Value Warning / 131
This video demonstrates how we can refactor product listing categories based on certain specifics, update any changes made to the products, or take them off the listing.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Protected Routes / 129
In this video, you will learn to validate our forms in React. Here, the form will force us to enter details before we are taken to the product confirmation page.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Out of Stock Products / 128
Near the bottom of the "Show Results For" section, you can click the button for "Include Out of Stock".
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Condition Check: Already in Cart / 127
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Add to Cart / 126
This lesson will teach us about the local information stored in a basket. When we place items in a basket and refresh or reload the page, it should be able to retain the items placed in the list until the transaction is processed.
Curated Video
Design Microservices Architecture with Patterns and Principles - gRPC Usage in Microservices Communication
In this video, we will understand how gRPC is utilized in microservices communication. You will learn about service contracts, service discovery, and the role of gRPC in enabling efficient and scalable communication between...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design and Evaluate: Microservices Architecture with GraphQL API Design
In this video, you will learn to design microservices architecture using GraphQL API design principles. We will understand the schema design, data fetching strategies, and architectural considerations when implementing GraphQL in a...
Curated Video
Design Microservices Architecture with Patterns and Principles - Identifying and Decomposing Microservices for E-Commerce Domain
In this video, we apply the knowledge gained from the previous videos to identify and decompose microservices specifically for an e-commerce domain. We will understand the factors to consider creating a well-structured and cohesive...
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Local Storage
In this lesson, you will learn about the local storage of information in a basket. When we place items in a basket and refresh or reload the page, it should be able to retain the items placed in the list until the transaction is processed.