Hi, what do you want to do?
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Styled Components
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Product Description
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".
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Fetch API - Get Product By ID
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - React Router - Detail Page
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
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Fixing the Key Warning
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Installing React Router
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Styling the Product List
This video demonstrates how we can update and stylize the product list based on specific ecommerce store's sales criteria.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Tidy the Fetch API Call
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Dealing with Errors in Fetch API
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Refactor the Fetch API Call
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Binding the Products
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Rendering the Categories
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Styling the Store
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Fetch API
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to JSON Server
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Scaffolding the Project
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Project Introduction - What We Will Build - the components required to implement the project
In this lesson, you will learn about the project details, what we will build, and the components required to implement the project.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Project Summary - 2
This recapitulation video briefly summarizes our entire project and what concepts you have learned.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Deploy to Surge
n this guide, you will learn how to deploy your Gridsome site to Surge. Surge is a cloud platform for hosting static websites.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Deploy to Netlify
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Conditional Rendering
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - CSS Variables
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Smart Computer Player (Basic AI)
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...
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Suggesting a Move - Implementing a Computer Player
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...