ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

195 results

Thapa Technical
JavaScript Advanced full Course Tutorial🔥15+ Projects + Free Notes

Complete Advanced JavaScript Tutorial in One Video in Hindi Watch JavaScript Full Course Part 1: ...

11:59:22
JavaScript Advanced full Course Tutorial🔥15+ Projects + Free Notes

420,178 views

1 year ago

Code with tkssharma
Javascript __proto__ and prototype Part 2

JavaScript Promises, callback, and async-await javascript proto and prototype, prototype inheritance understanding javascript ...

15:55
Javascript __proto__ and prototype Part 2

165 views

5 years ago

Thapa Technical
#62: No More forwardRef in React 19: Get Ref Values with New React 19 Methods

Discover why forwardRef is no longer needed in React 19 and learn new methods to achieve the same results. This video covers ...

14:37
#62: No More forwardRef in React 19: Get Ref Values with New React 19 Methods

15,792 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,517 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

48,118 views

1 year ago

Thapa Technical
Debounce vs Throttle: The Techniques Every Developer Should Know for Smooth User Experience!

Welcome, to the Debounce vs Throttle: The Techniques Every Developer Should Know for Smooth User Experience!

19:16
Debounce vs Throttle: The Techniques Every Developer Should Know for Smooth User Experience!

20,001 views

2 years ago

Bit Science
JavaScript Number Functions: Check Finite, Exponential, Round, Local Precision #frontenddeveloper

Science Playlists https://www.youtube.com/playlist?list=PLmUK6jEG3fLwY2-w5ADuZSDv5RRRe_Lu4 ...

5:44
JavaScript Number Functions: Check Finite, Exponential, Round, Local Precision #frontenddeveloper

59 views

2 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,225 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,428 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,216 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,890 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,081 views

1 year ago

Thapa Technical
JS Interview #3: Optional Chaining in JavaScript in Hindi

Optional chaining is a feature in JavaScript that allows you to access the properties of an object or elements of an array without ...

9:45
JS Interview #3: Optional Chaining in JavaScript in Hindi

16,310 views

3 years ago

Thapa Technical
#12: TypeScript Array Map and Filter Methods Explained with Examples

Welcome to our TypeScript tutorial series! In this episode, we'll dive into the powerful Array map and filter methods and learn how ...

13:42
#12: TypeScript Array Map and Filter Methods Explained with Examples

24,307 views

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

69,012 views

1 year ago

SpinSpire
CRUD Part 2 - Updating & Deleting Data | JavaScript Starter

Part 4 of the JavaScript tutorial series, and the second part of the CRUD tutorial. In this video, we discuss editing data entries and ...

6:14
CRUD Part 2 - Updating & Deleting Data | JavaScript Starter

181 views

3 years ago

Thapa Technical
Complete User Registration, Login & Logout Functionality in React with Auth0 in Hindi 2022

Welcome, on how to create a complete ReactJS registration, login, and logout form using Auth0 in Hindi. Auth0 provides SDKs for ...

22:13
Complete User Registration, Login & Logout Functionality in React with Auth0 in Hindi 2022

307,473 views

3 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,537 views

1 year ago

Thapa Technical
JS Interview #4: For In vs For Of Loop in JavaScript in Hindi 🔥

Welcome, we will see the difference between for-of and for-in are two different looping constructs in JavaScript. Complete ...

11:38
JS Interview #4: For In vs For Of Loop in JavaScript in Hindi 🔥

32,077 views

3 years ago

Thapa Technical
🔴 Complete Array Search and Filter Section From JavaScript 16Hours+ Course in Hindi

Welcome, to the Missing 30 Minutes of Complete Array Search and Filter Section From JavaScript 16Hours+ Course in Hindi.

35:05
🔴 Complete Array Search and Filter Section From JavaScript 16Hours+ Course in Hindi

119,408 views

5 years 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,637 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,613 views

1 year ago

Thapa Technical
What is Throttling in JavaScript? Explained with Examples in Hindi

Welcome, In this video, we'll explore how to implement throttling in JavaScript to limit the frequency at which a function is executed ...

11:53
What is Throttling in JavaScript? Explained with Examples in Hindi

13,149 views

2 years ago

Thapa Technical
Redux Toolkit Tutorial : Add & Delete Tasks with createSlice in React App

Master task management in Redux Toolkit by learning how to add and delete tasks using the createSlice reducer. This video ...

11:57
Redux Toolkit Tutorial : Add & Delete Tasks with createSlice in React App

4,023 views

1 year ago

Thapa Technical
🔴 Create a Modal in React JS in Hindi

Welcome, what is Popup Modal in React JS? In this tutorial, we'll be building a custom modal in React JS. Also, how to implement ...

24:24
🔴 Create a Modal in React JS in Hindi

57,174 views

3 years ago