ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,414,787 results

The Coding Gopher
React goes hard for programmers

Try Tambo: https://tambo.co/ ❤️ Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=the-coding-gopher ⬆️ Best ...

12:49
React goes hard for programmers

27,474 views

2 weeks ago

Tom Delalande
HTMX examples for React developers

Subscribe https://www.youtube.com/channel/UCYuQjtwffrSIzfswH3V24mQ?sub_confirmation=1 I rebuilt the same 5 pages with ...

6:55
HTMX examples for React developers

5,253 views

1 year ago

Google Search Central
Make your React web apps discoverable - JavaScript SEO

In this video of the JavaScript SEO series, Webmaster Trends Analyst, Martin Splitt shares how to make your React apps ...

7:25
Make your React web apps discoverable - JavaScript SEO

138,467 views

6 years ago

Thapa Technical
#31: Why You Need to Lifting State Up in React: A Complete Guide with Animation

Learn how to efficiently manage state in React by mastering the concept of lifting state up. This video covers the importance of ...

18:42
#31: Why You Need to Lifting State Up in React: A Complete Guide with Animation

28,454 views

1 year ago

Ken Greeff Codes
Using React in Rails with Inertia.js

Check out Clipflow: https://www.clipflow.co In this video I will show you how to use React in a Rails project with Inertia.js Inertia.js ...

15:02
Using React in Rails with Inertia.js

3,678 views

8 months ago

Thapa Technical
#72: useMemo Hook in React 19: Why, When & How to Use It with Practical Examples

Welcome to useMemo hook in React 19 in Hindi, exploring why it's important, when to use it, and how to implement it effectively.

16:13
#72: useMemo Hook in React 19: Why, When & How to Use It with Practical Examples

27,649 views

1 year ago

Thapa Technical
#69: useReducer Hook in React 19

In this video, we explore the powerful useReducer hook in React 19, essential for managing complex state logic. You'll learn the ...

15:01
#69: useReducer Hook in React 19

47,888 views

1 year ago

Thapa Technical
React.js History in 10minutes: The Revolutionary Journey from Facebook to Frontend Dominance

Discover the story of React.js in our exciting documentary, "Unveiling React.js: The Revolutionary Journey from Facebook to ...

10:52
React.js History in 10minutes: The Revolutionary Journey from Facebook to Frontend Dominance

9,894 views

1 year ago

Thapa Technical
#61: useRef Hook in React to manage DOM elements and State easily

Discover the power of the useRef hook in React to manage DOM elements and state efficiently. This video breaks down the ...

15:07
#61: useRef Hook in React to manage DOM elements and State easily

27,320 views

1 year ago

Thapa Technical
#47: React Controlled vs Uncontrolled Components: Master React Forms with Notes and Code Examples

In this video, we'll dive deep into the differences between controlled and uncontrolled components in React. You'll learn what they ...

13:39
#47: React Controlled vs Uncontrolled Components: Master React Forms with Notes and Code Examples

34,705 views

1 year ago

Thapa Technical
#66: Create Custom Hooks in React 19: Step-by-Step Guide with Best Practices

Learn how to create custom hooks in React 19 with this step-by-step guide. Understand why custom hooks are essential, the rules ...

12:23
#66: Create Custom Hooks in React 19: Step-by-Step Guide with Best Practices

28,029 views

1 year ago

Thapa Technical
React.memo(): Prevent Unnecessary Re-Renders with React Memo || #71:

In this video, we'll explore React.memo, a powerful tool to optimize your React applications by preventing unnecessary re-renders ...

15:11
React.memo(): Prevent Unnecessary Re-Renders with React Memo || #71:

24,494 views

1 year ago

Programming Made Simple
Learn How To Insert Images In A React JS Website | Step-By-Step Tutorial

In this video, we'll walk you through the entire process of inserting images into your React JS website. Whether you're a beginner ...

5:09
Learn How To Insert Images In A React JS Website | Step-By-Step Tutorial

1,215 views

1 year ago

Thapa Technical
#27: How React State Works: In-depth Guide with Theory, Animation, and Practical Examples

Welcome, we will see How State Works in React js? In React, state is a way to store and manage data that can change over the ...

17:15
#27: How React State Works: In-depth Guide with Theory, Animation, and Practical Examples

29,624 views

1 year ago

Thapa Technical
#74: useCallback Hook in React in Hindi

In this video, we explore the useCallback hook in React 19, a crucial tool for preventing unnecessary re-renders in your ...

15:21
#74: useCallback Hook in React in Hindi

28,397 views

1 year ago

Thapa Technical
#31:  React Mini Project🔥Toggle Switch Button Component

Welcome, Learn how to create a toggle switch in React from scratch in this comprehensive tutorial. We'll cover everything from the ...

19:06
#31: React Mini Project🔥Toggle Switch Button Component

29,816 views

1 year ago

Thapa Technical
#73: React.memo vs useMemo: Stop the Confusion! Learn When & How to Use Them

In this video, we dive deep into the differences between React.memo and useMemo, two powerful tools for optimizing React ...

14:56
#73: React.memo vs useMemo: Stop the Confusion! Learn When & How to Use Them

16,382 views

1 year ago

Thapa Technical
React JS 👉 Creating a Dynamic Table with Data Fetched from an API

Welcome, In this tutorial, we'll learn how to fetch data from an API and display it in a dynamic table using React JS. You'll learn ...

17:51
React JS 👉 Creating a Dynamic Table with Data Fetched from an API

94,743 views

2 years ago

Thapa Technical
#85: Secure Your React App: Using ENV Variables to Protect Private Data

In this video, we'll explore how to secure your React app by using environment variables (.env files). You'll learn the importance of ...

9:42
#85: Secure Your React App: Using ENV Variables to Protect Private Data

10,544 views

1 year ago

TechPrep
Multi-Step Wizard - React Coding Interview Question

This is a coding solution to the Multi-Step Wizard React technical interview question. Links Question ...

12:35
Multi-Step Wizard - React Coding Interview Question

616 views

6 months ago

The Economic Ninja
The React Crypto Token Just Got BASED

Flash 4hr sale on the how to trade and build on base course: https://tradeonbase.com/base.

7:20
The React Crypto Token Just Got BASED

11,355 views

Streamed 1 month ago

Thapa Technical
#26: React States: What is useState Hook & Why we need it in React

In React, state refers to an object that holds data or information about the component. State is managed within the component (just ...

19:47
#26: React States: What is useState Hook & Why we need it in React

35,319 views

1 year ago

Zen of Coding
ReactCasts #7 - Hot Module Replacement in Create-React-App (Deprecated)

Hot Module Replacement (or HMR) is a Webpack feature that allows "on the fly" module updates for your app. Create-React-App ...

7:17
ReactCasts #7 - Hot Module Replacement in Create-React-App (Deprecated)

17,357 views

9 years ago

Thapa Technical
#40: Keep Todo Data After Refresh: Adding Local Storage in React

Learn how to add local storage functionality to your React Todo app to persist data across sessions. This tutorial will guide you ...

18:33
#40: Keep Todo Data After Refresh: Adding Local Storage in React

20,839 views

1 year ago

Youssouf Oumar
Intro to React Like You’ve Never Seen Before | React for Beginners

In this tutorial, I'll introduce React.js in a way you've never seen before. We'll explore how the web evolved from multipage ...

4:51
Intro to React Like You’ve Never Seen Before | React for Beginners

92 views

4 months ago