ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

366 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,925 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

35,204 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,769 views

1 year 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,870 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,916 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,756 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,970 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,404 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

51,210 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,403 views

1 year 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,858 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,525 views

1 year ago

Thapa Technical
#38: React Todo List: Creating and Sharing Reusable Components with Best Practices

In this video, we enhance your React Todo List by creating and sharing reusable components while following best practices.

14:44
#38: React Todo List: Creating and Sharing Reusable Components with Best Practices

28,497 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,921 views

1 year ago

Thapa Technical
#18: Inline CSS Styling in React.js: Essential Rules and Best Practices | React Tutorial in Hindi

Inline CSS in React.js refers to the practice of styling components directly within the JavaScript code using style attributes.

19:10
#18: Inline CSS Styling in React.js: Essential Rules and Best Practices | React Tutorial in Hindi

29,777 views

1 year ago

Thapa Technical
Dynamic Contact Sections in React 🧑‍💻 Make 1000+ Lines of Codes in 10 Lines🔥

Learn how to create a dynamic contact section in React by using JSON files to manage data and map icons, titles, and details.

13:37
Dynamic Contact Sections in React 🧑‍💻 Make 1000+ Lines of Codes in 10 Lines🔥

6,460 views

1 year ago

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

In this video, we'll explore how to create an app layout using React Router and the Outlet component, which allows you to render ...

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

33,213 views

1 year ago

Thapa Technical
#10: One Single Dynamic Detailed Page & Route for all 100+ API Cards in React Query 😀

In this video, you'll master the process of creating dynamic routes in React using useParams and React Query to fetch API data.

17:13
#10: One Single Dynamic Detailed Page & Route for all 100+ API Cards in React Query 😀

5,232 views

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

13,071 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,952 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

18,019 views

1 year ago

Thapa Technical
Update Data in React Full Stack App: Autofill Form with Axios and Edit Button

In this video, learn how to implement the first part of an update feature in a React full stack app using Axios. We'll show how to ...

13:37
Update Data in React Full Stack App: Autofill Form with Axios and Edit Button

8,172 views

1 year ago

Thapa Technical
Access Redux State in React: How to Read Data from the Redux Store using useSelector

In this video, we dive into how to access Redux state in React using the useSelector hook. Learn how to retrieve data from the ...

8:32
Access Redux State in React: How to Read Data from the Redux Store using useSelector

8,067 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,848 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,677 views

1 year ago