ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

985 results

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,900 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,850 views

1 year ago

Muneef
Here are 5 dark mode VScode themes you need!

Be sure to like & save this post, and don't forget to follow @muneef for more content!!! #shorts #100daysofcodechallenge ...

0:13
Here are 5 dark mode VScode themes you need!

405,478 views

2 years ago

Thapa Technical
Complete Axios in React for Beginners in Hindi

In this tutorial, you'll learn why Axios is a preferred choice over Fetch for making HTTP requests in React. We'll cover everything ...

24:30
Complete Axios in React for Beginners in Hindi

85,427 views

1 year 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,522 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,696 views

1 year ago

Thapa Technical
React Query (TanStack) Full Course Tutorial in One Video

Learn React Query (TanStack Query) in one complete video, from installation to advanced features like pagination and infinite ...

3:38:50
React Query (TanStack) Full Course Tutorial in One Video

61,534 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,935 views

1 year ago

Thapa Technical
#63: useId Hook in React 19: Simplify Your Form Handling with Unique IDs

Learn how to use the useId hook in React 19 to streamline form handling with unique IDs. This video covers the syntax, practical ...

14:53
#63: useId Hook in React 19: Simplify Your Form Handling with Unique IDs

13,322 views

1 year ago

Thapa Technical
React JS v19 Tutorial #3: What to Learn Before React & 5 Tips to Maximize Your React Course (2024)

In this React JS v19 Tutorial #3, we will look into the essential prerequisites you need to learn before starting with React.

9:58
React JS v19 Tutorial #3: What to Learn Before React & 5 Tips to Maximize Your React Course (2024)

66,229 views

1 year ago

Thapa Technical
React JS v19 Tutorial in Hindi #4: React Project Structure and Naming Conventions

Welcome to our React JS v19 Tutorial in Hindi! In this video, learn the best practices for React folder and project structure and ...

15:18
React JS v19 Tutorial in Hindi #4: React Project Structure and Naming Conventions

74,343 views

1 year ago

Codescaptain
The Quick History Of JavaScript

As the CodesCaptain community, we are creating small-scale tutorials and projects on YouTube. Our goal is to meet and ...

0:45
The Quick History Of JavaScript

33 views

2 years ago

Thapa Technical
#43: Short Circuit Evaluation in React JS:  Explained with Real-Life Examples

In this video, we'll look into the concept of short circuit evaluation in React JS, explaining its importance and how it can simplify ...

13:13
#43: Short Circuit Evaluation in React JS: Explained with Real-Life Examples

15,765 views

1 year ago

Thapa Technical
#44: React Hook Rules! Every Dev Must Know to Master React JS

In this video, we'll explore the essential rules for using hooks in React JS, explaining why they are important and how they can ...

8:28
#44: React Hook Rules! Every Dev Must Know to Master React JS

15,881 views

1 year ago

Thapa Technical
React JS v19 Tutorial in Hindi #5: JSX (JavaScript XML) The Essential Building Block of React

Welcome, Mastering JSX: The Essential Building Block of React. Learn how JSX combines HTML with JavaScript to optimize your ...

21:18
React JS v19 Tutorial in Hindi #5: JSX (JavaScript XML) The Essential Building Block of React

83,172 views

1 year ago

Thapa Technical
React.js Complete Tutorial for Beginners in Hindi | 5 Projects + Free Notes

New React v19 Series (2024) Out Now! Exciting news! I've launched a new React JS series covering the latest React v19 ...

3:47:04
React.js Complete Tutorial for Beginners in Hindi | 5 Projects + Free Notes

1,298,914 views

4 years 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,880 views

1 year ago

Thapa Technical
React Redux Tutorial #1: Why, When, and How to Use Redux in React

In this video, we'll introduce you to Redux, a powerful state management tool often used with React. You'll learn what Redux is, ...

20:13
React Redux Tutorial #1: Why, When, and How to Use Redux in React

65,290 views

1 year ago

Thapa Technical
#64: Prop Drilling in React 19 with Animation & Practical Example

In this video, we explore prop drilling in React 19, a common challenge when passing data through multiple components.

14:35
#64: Prop Drilling in React 19 with Animation & Practical Example

17,883 views

1 year ago

Thapa Technical
#49: React Form Handling: The Right Way to Manage Multiple Input Fields with One State Variable

Learn the best way to handle multiple input fields in React registration forms. This video shows you how to simplify form ...

15:15
#49: React Form Handling: The Right Way to Manage Multiple Input Fields with One State Variable

23,894 views

1 year 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,572 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,524 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,206 views

1 year ago

Thapa Technical
#58: Data Fetching in React: Using Async Await & Try Catch to Fetch Pokémon API

Learn how to enhance your data fetching in React.js by leveraging async await and try catch. This tutorial covers converting ...

6:29
#58: Data Fetching in React: Using Async Await & Try Catch to Fetch Pokémon API

15,750 views

1 year ago

Thapa Technical
React JS CRUD Operation with Rest API using Axios in One Video

Click here to buy India Best Hosting http://www.hostinger.com/thapa7 For Thapa Family Use the discount code THAPA7 to ...

2:06:09
React JS CRUD Operation with Rest API using Axios in One Video

68,951 views

1 year ago