ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

6,964 results

The Coding Gopher
React.js Explained

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

12:49
React.js Explained

28,077 views

2 weeks 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,763 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
#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,102 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

61,008 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,484 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,507 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,892 views

1 year ago

CodeWithTim
Lesson 1 ReactJS Hello World in plain JS

Get started with ReactJS by building a simple Hello World example using plain JavaScript. Get the FULL COURSE FOR ONLY ...

5:30
Lesson 1 ReactJS Hello World in plain JS

18,408 views

9 years 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

48,051 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,921 views

1 year ago

Thapa Technical
#1: TanStack Query Tutorial in Hindi: Introduction to React Query & it's Advantages Over React❤️‍🔥

In this video, we dive deep into React Query (now TanStack Query), exploring what it is, how it simplifies data fetching, and why it's ...

10:05
#1: TanStack Query Tutorial in Hindi: Introduction to React Query & it's Advantages Over React❤️‍🔥

21,397 views

1 year ago

DebugNDecode
REACT JS Tutorials For Beginners

In this video let's see why using JavaScript frameworks and libraries are good and better for personal as well as professional ...

7:08
REACT JS Tutorials For Beginners

15 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,684 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,828 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,763 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,175 views

3 years 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,153 views

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

1 year ago

Thapa Technical
🔴 Create Accordion using React JS in Hindi

... Must Watch Videos For Web Development ************* ➡️ ReactJS Tutorial in Hindi 2020 Playlist Link: ...

19:36
🔴 Create Accordion using React JS in Hindi

91,938 views

4 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,390 views

1 year ago

Thapa Technical
#20: CSS Modules in React: Scoped and Reusable Styles | React Tutorial in Hindi

CSS Modules in React.js allow for modular and reusable styles by locally scoping CSS to individual components. This prevents ...

19:28
#20: CSS Modules in React: Scoped and Reusable Styles | React Tutorial in Hindi

32,163 views

1 year ago

DebugNDecode
ReactJS Tutorial For Beginners | Part 2 | Installation , Styling

In this video let's see how to create a react application, what are the folders and files used, how to style pages using css ...

13:27
ReactJS Tutorial For Beginners | Part 2 | Installation , Styling

12 views

1 year ago

Thapa Technical
React Router v6 Tutorial in Hindi #3 : LINK Component | Navigate to Page without Page Reload

Welcome, So, far we are navigating through URL only but is there a way we can click on something and we visit the other page, ...

8:11
React Router v6 Tutorial in Hindi #3 : LINK Component | Navigate to Page without Page Reload

115,043 views

3 years ago

Thapa Technical
#56: Fetching API Data in React: A Step-by-Step Guide to Fetch Pokémon API

Learn the best practices for fetching API data in React.js. This tutorial covers using the useEffect hook, error handling, and ...

14:53
#56: Fetching API Data in React: A Step-by-Step Guide to Fetch Pokémon API

27,190 views

1 year ago