Curated Video
React JS Masterclass - Go From Zero To Job Ready - Custom Hook (useFetch) / 038
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - useCallback Hook / 037
In this video, you will learn about the useCallback hook, as the useEffect hook requires dependencies within the function. In contrast, the useCallback hook does not require a dependency within it and can call dependencies from outside...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - useRef Hook / 030
In this video, we will explore a hook, useRef, which will allow us to reference an unnecessary value for rendering. This is used to reference a value, manipulate a DOM with a reference, and avoid recreating reference content.
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 - 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
The Complete Vue.js Course for Beginners - What Are Lifecycle Hooks in Vue JS?
In this video, we will talk about lifecycle hooks in Vue.js and how we can use them, and in which label we will work to instruct which method will be run first. This clip is from the chapter "Understanding the Lifecycle Hooks in Vue.js"...
Great Big Story
90s Heartthrobs: Behind the Crushes
Revisit the golden era of '90s heartthrobs as Great Big Story takes you on a journey through the iconic crushes of that time. From Clayton Snyder's Ethan Craft in Lizzie McGuire to Robert Ri'chard's Arnaz from One on One, and Dante...
Great Big Story
He’s the Actor Behind Zuko, Rufio and So Many More
Explore the incredible journey of Dante Basco, the actor and voice artist known for iconic roles like Rufio in 'Hook,' Prince Zuko in 'Avatar: The Last Airbender,' and Jake Long in 'American Dragon.' From his breakdancing roots to...
Curated Video
oo Sound - Short oo | Learn Phonics | oo Words | Learn to Read | British Teacher
Explore the 'oo' sound with Miss Phonics. Learn how to identify the sound, write the sound and read words that use the 'oo' sound. The 'oo' sound is a digraph or 'special friends' because it is made up of two letters. The 'oo' sound is...
Curated Video
Wellbeing A-Z -Kickboxing
Today’s Kick-boxing takes much from western boxing as well as a combination of martial arts. It’s a fantastic way to keep fit, learn how to defend yourself, and gain self confidence through competition.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing Search Results
In this video, we will understand how to implement a search bar on the basket page. We will generate a couple of components that will aid us in inputting in a textbox and allow the page to search for the component based on the stored...
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - UseContext Hook and UseReducer Hook in React
Let's understand UserContext Hook, which makes it easy to pass data throughout your app without manually passing props down the tree, and UseReducer Hook, which allows for a simpler, predictable, and organized way to update our component.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Refactor the Categories
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
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 Lifecycle Events
This video illustrates a lifecycle event in React. It explains the different functions defined and invoked during an event and how the functions work to cause an effect on the event.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Using React State Hook (again)
You will learn to use the React State hook you learned to use in Project 2. Further, we will use the hook to add more functionality to the game in our React project.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Using React State Hook
In this lesson, you will learn about the React State hook component and how to implement it in our project. We will understand a hook, a function provided by React; they start with the word "use".
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Plugin Localization
In this video, we will cover plugin localization. This clip is from the chapter "Strapi Plugin Development: Create a Plugin" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, we will cover Strapi...
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Lifecycle Hooks
In this video, we will spend some time understanding the lifecycle hooks. This clip is from the chapter "Extending Strapi Core: Custom Controllers and More" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In...
Curated Video
Breakdancing Moves: Understanding Go Downs
Want to expand your breakdancing knowledge so you can start creating your own moves and unique dance transitions? Check out our latest Breakdancing video tutorial! In this video, Adrian drops some bboy knowledge as he explains Go Downs....
Curated Video
GCSE Physics - Elasticity, spring constant, and Hooke's Law #44
This video covers: - The types of elasticity (compress, stretch & bending) - The types of deformation (elastic & inelastic) - Hooke's Law - Idea of extension - Spring constant - Force-extension graphs General info: - Suitable for all...
All In One Social Media
Which camera is best for creating content? Phone, Webcam, or Professional Camera?
What's the difference between using a phone camera vs. webcam vs. a professional camera when making videos for your social media marketing? Are you wondering if you need to splurge on a professional camera? Or can you simply use your...
Curated Video
Build a DALL-E Image Generator using React, JavaScript, and OpenAI - Adding Image State for Beginners with Hooks in React for DALL-E App
In this lesson, you will learn to add an image state with React hooks for our DALL-E application. After rendering the app, we can now generate our images using the application. This clip is from the chapter "Rendering and Creating Images...
Curated Video
Build a DALL-E Image Generator using React, JavaScript, and OpenAI - OpenAI Key Configuration Setup with Next JS
In this lesson, you will learn to hook up the OpenAI app, using the API key to provide access and then configuring the OpenAI API by linking it to the app to generate images. This clip is from the chapter "How to Get a DALL-E API OpenAI...