ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

10,255 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,483 views

2 weeks 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,469 views

6 years ago

Thapa Technical
#77: React Router App Layout & Outlet Component: Render Nested Elements in Your React App

... ⌛TIMELINE⏳ 0:00 Introduction to App Layout in React Router 1:02 Subscribe for More React Tutorials 1:18 Understanding the ...

11:04
#77: React Router App Layout & Outlet Component: Render Nested Elements in Your React App

32,781 views

1 year ago

Learn Programming Fastly
ReactJs Tutorial for beginners

Create your first application "Hello World" in ReactJS. It's a good starting to code in Reactjs !

5:30
ReactJs Tutorial for beginners

9 views

5 years 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
#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

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
#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,706 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,900 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
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,744 views

2 years 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,321 views

1 year ago

Thapa Technical
#64: Context API & useContext Hook in React v19 in Hindi

In this video, we explore the Context API and useContext Hook in React 19, essential tools for managing state across components ...

18:17
#64: Context API & useContext Hook in React v19 in Hindi

60,803 views

1 year ago

Thapa Technical
#13: Props in React JS - Making Netflix Cards Reusable🔥React Tutorial in Hindi

Welcome, we will see Props, short for properties, are used in React to pass data from one component to another. They allow ...

13:13
#13: Props in React JS - Making Netflix Cards Reusable🔥React Tutorial in Hindi

64,334 views

1 year ago

Thapa Technical
Host Your React Website on Netlify for Free

Learn how to host your React website for free on Netlify! This tutorial walks you through building your React app for production, ...

10:21
Host Your React Website on Netlify for Free

31,857 views

1 year ago

TechySavant
React JS Tutorial 🚀 | Learn React in 15 Minutes for Beginners!

Want to learn React JS fast? This beginner-friendly React JS tutorial breaks down everything you need to know—from ...

15:04
React JS Tutorial 🚀 | Learn React in 15 Minutes for Beginners!

539 views

9 months 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,401 views

1 year ago

Thapa Technical
#11: React Import and Export Explained | React Tutorial in Hindi 2024

Welcome, In this video, we look into the essential concepts of importing and exporting components in React.js. We'll start by ...

16:52
#11: React Import and Export Explained | React Tutorial in Hindi 2024

50,812 views

1 year ago

Thapa Technical
#33: Best Website to Find Icons for Your React App: Complete Installation and Usage Guide

Welcome, In this video, learn how to find, install, and use high-quality icons in your React.js projects. We'll reveal the best website ...

8:59
#33: Best Website to Find Icons for Your React App: Complete Installation and Usage Guide

21,152 views

1 year 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

Thapa Technical
React vs Next.js: Which Should You Learn for Upcoming Projects?

Welcome, In this video, we'll be exploring the differences between React and Next.js, and helping you decide which one to learn ...

7:31
React vs Next.js: Which Should You Learn for Upcoming Projects?

59,148 views

2 years ago

Thapa Technical
Vite JS Better than Create-React-App ❓❓ Vite React Project & Deployment in 10 Minutes 🔥

Welcome, What is Vite JS? Why Vite Better than Create-React-App Vite React Project & Deployment in 10 Minutes Join this ...

12:46
Vite JS Better than Create-React-App ❓❓ Vite React Project & Deployment in 10 Minutes 🔥

109,140 views

3 years ago

Thapa Technical
Redux Thunk in React: Fetch and Add API Data to Your To-Do App

In this video, you'll learn how to use Redux Thunk to handle asynchronous API calls and integrate the fetched data into a to-do list ...

17:38
Redux Thunk in React: Fetch and Add API Data to Your To-Do App

22,099 views

1 year ago

Thapa Technical
#4: React Query: The Only API Data Fetching Method You Need in React 19

In this video, we explore how to use React Query's useQuery hook to fetch API data in a React 19 application. We'll discuss the ...

10:17
#4: React Query: The Only API Data Fetching Method You Need in React 19

9,689 views

1 year ago

Thapa Technical
CRUD Operations in React Full Stack: DELETE Data with Axios

In this video, you'll learn how to use the HTTP DELETE method in Axios to remove posts from your full stack React app.

17:12
CRUD Operations in React Full Stack: DELETE Data with Axios

10,420 views

1 year ago