Instructional Video13:08
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Styled Components

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 Video5:33
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Product Description

Higher Ed
Let's start by designing a static product tile that we can use as the template for the generated product tiles. Create a file named "components".
Instructional Video9:03
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Fetch API - Get Product By ID

Higher Ed
This lesson will teach us how to fetch and get product information by ID. This code uses the fetch() function to call the Web API Product controller class.
Instructional Video12:31
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - React Router - Detail Page

Higher Ed
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.
Instructional Video4:04
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Fixing the Key Warning

Higher Ed
Let's learn more about the "Each child in a list should have a unique key prop" warning, which happens in React when you create a list of elements without the unique key attribute.
Instructional Video6:14
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Installing React Router

Higher Ed
In this video, you will learn how to install the React router; the React Router can be installed through the NPM in our React application.
Instructional Video13:07
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Styling the Product List

Higher Ed
This video demonstrates how we can update and stylize the product list based on specific ecommerce store's sales criteria.
Instructional Video2:29
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Tidy the Fetch API Call

Higher Ed
Here, you will learn how to clean up the Fetch API, which provides a JavaScript interface for accessing and manipulating protocol parts, such as requests and responses.
Instructional Video8:33
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Dealing with Errors in Fetch API

Higher Ed
Let's understand how to deal with errors in a fetch API. If errors are encountered during a fetch() call, it is often necessary to halt the compiler from reading the next few lines of code, rectifying the code, and re-fetching the API.
Instructional Video8:57
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Refactor the Fetch API Call

Higher Ed
In this video, you will learn how to effectively handle the chaining of fetch calls to avoid nesting them together, clean up our component code, and abstract those details away from our component code.
Instructional Video8:12
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Binding the Products

Higher Ed
In this video, we will explore binding products, which are articles that can be used as a graphical finishing or as an assembly item for other products.
Instructional Video10:56
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Rendering the Categories

Higher Ed
In this video, you will learn about rendering, the process of generating a photorealistic or non-photorealistic image from a 2D or 3D model using a computer program of the various categories of elements.
Instructional Video4:15
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Styling the Store

Higher Ed
Now, we will focus on creating a stylized interface for the store. We will define the page structure, the Events, and how the store behaves.
Instructional Video10:41
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Fetch API

Higher Ed
In this lesson, we will look at the Fetch API, a promise-based interface for fetching resources by making HTTP requests to servers from web browsers.
Instructional Video4:08
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to JSON Server

Higher Ed
This video will introduce the JSON server and its components and concepts. We will understand the need to use the JSON server in our project and how it functions.
Instructional Video4:04
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Scaffolding the Project

Higher Ed
This video will look at scaffolding, a meta-programming method of building database-backed software applications. It is a technique supported by some model view and generally refers to the setup skeleton for an app.
Instructional Video2:00
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Project Introduction - What We Will Build - the components required to implement the project

Higher Ed
In this lesson, you will learn about the project details, what we will build, and the components required to implement the project.
Instructional Video2:42
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Project Summary - 2

Higher Ed
This recapitulation video briefly summarizes our entire project and what concepts you have learned.
Instructional Video2:47
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Deploy to Surge

Higher Ed
n this guide, you will learn how to deploy your Gridsome site to Surge. Surge is a cloud platform for hosting static websites.
Instructional Video6:08
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Deploy to Netlify

Higher Ed
In this lesson, you will learn to deploy Netlify, which helps accelerate the time to deploy website and app integrations and APIs on one powerful serverless platform.
Instructional Video8:23
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Conditional Rendering

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—conditional rendering.
Instructional Video7:14
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - CSS Variables

Higher Ed
In this video, we will look at custom properties (sometimes called CSS variables or cascading variables), entities defined by CSS authors that contain specific properties that define the variables.
Instructional Video19:08
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Smart Computer Player (Basic AI)

Higher Ed
After creating the Suggest button and clicking on it, the game will suggest a random number so the player can strategize their moves. We will use artificial intelligence to improve the player's intelligence on the computer and make more...
Instructional Video12:13
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Suggesting a Move - Implementing a Computer Player

Higher Ed
Here, we will define the game's moves, where the game makes suggestions to the player to make a particular move, or we will be able to click on the New Game button to reset a game and start over. You will also learn to implement a player...