ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

946 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,838 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,520 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
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
#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
#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 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,892 views

4 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
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,594 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
#7: React Fragments: Remove unwanted Nodes & Speed Up Rendering | React v19 Tutorial in Hindi

React Fragments help streamline component structures by grouping children without extra DOM nodes, enhancing performance.

9:26
#7: React Fragments: Remove unwanted Nodes & Speed Up Rendering | React v19 Tutorial in Hindi

51,327 views

1 year ago

Thapa Technical
useDispatch Hook in React to Handle RTK Actions | Add & Delete Tasks Easily

This video demonstrates how to effectively use Redux Toolkit (RTK) in a React app by dispatching actions directly from React ...

12:46
useDispatch Hook in React to Handle RTK Actions | Add & Delete Tasks Easily

3,693 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
#42: Why Keys Are Important in React JS: Common Problems & Solutions Explained with Animation

In this video, we'll explore why keys are essential in React JS, the problems that arise when they are not used properly, and how ...

14:12
#42: Why Keys Are Important in React JS: Common Problems & Solutions Explained with Animation

18,802 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
useHistory Hook in React Router in Hindi in 2020 #61

Welcome, to useHistory hook in react router in Hindi in 2020. So, what is useHistory Hook? It provides access to the history prop in ...

8:35
useHistory Hook in React Router in Hindi in 2020 #61

59,259 views

5 years ago

PuZZleDucK
ReactJS gource

Development of ReactJS from 2013 to 2015 in Gource.

1:10
ReactJS gource

69 views

10 years ago

Thapa Technical
#84: Create Global Loading States in React Using React Router & useNavigation

In this tutorial, we'll dive into the useNavigation hook in React Router to create a global loading state for your React app.

8:25
#84: Create Global Loading States in React Using React Router & useNavigation

12,971 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
#12:  Looping in JSX: Netflix Series Card Creation 🔥React Tutorial in Hindi

Looping in JSX refers to the process of iterating over a collection of data to render dynamic content. Unlike traditional JavaScript ...

17:39
#12: Looping in JSX: Netflix Series Card Creation 🔥React Tutorial in Hindi

63,655 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
#81: useNavigate Hook in React Router: Seamless Page Redirection & Back Button Setup

In this video, learn how to effectively use the useNavigate hook in React Router to create a seamless navigation experience.

8:38
#81: useNavigate Hook in React Router: Seamless Page Redirection & Back Button Setup

13,145 views

1 year ago

Hasgeek TV
State of React

Vipul A M, Director of Big Binary In this talk, I will take a look at a brief history of React and how it evolved over the years. I will then ...

38:12
State of React

80 views

6 years ago