ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

261 results

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

12,773 views

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

26,659 views

1 year ago

🌟 Crosby Roads
⏰ How to Show Component After Specified Amount of Time in React • React Timed Render

How to Show Component After Specified Amount of Time in React • React Timed Render We look at how to render component ...

4:30
⏰ How to Show Component After Specified Amount of Time in React • React Timed Render

6,755 views

4 years ago

Thapa Technical
#70: Best Practices for Using the useReducer Hook in React 19: Optimize Your State Management

In this video, we dive deep into best practices for using the useReducer hook in React 19. You'll learn how to set up useReducer ...

17:19
#70: Best Practices for Using the useReducer Hook in React 19: Optimize Your State Management

18,162 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

45,665 views

1 year ago

BitByBit Tech
CSS Styling and Best Practices | Build a Web App with React Hooks | Episode 2

Welcome to Episode 2 of the Build a Web App with React Hooks series! In this video, we'll dive into CSS styling and best practices ...

18:15
CSS Styling and Best Practices | Build a Web App with React Hooks | Episode 2

23 views

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

25,794 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

12,445 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

26,566 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

26,015 views

1 year ago

Artur Chmaro
Super simple global state in React 🤩  (react-hooks-global-state)

Simple global state for React with Hooks API without Context API. Check out this library: ...

11:01
Super simple global state in React 🤩 (react-hooks-global-state)

27,132 views

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

58,063 views

1 year ago

Thapa Technical
useContext Hook in React | How useContext Hook Works in ReactJS in Hindi In 2020 #52

Welcome, what is useContext in ReactJS Hooks in Hindi? How the useContext Hook Works. React's Function Components come ...

11:38
useContext Hook in React | How useContext Hook Works in ReactJS in Hindi In 2020 #52

186,496 views

5 years ago

Thapa Technical
useEffect Hook in React JS in Hindi in 2020 #54

Welcome, what is UseEffect in React Hooks in Hindi? ************* Must Watch Videos For Web Development ...

16:15
useEffect Hook in React JS in Hindi in 2020 #54

220,173 views

5 years ago

Toseef Zafar
How To Fix the “React Hook useEffect Has a Missing Dependency” Error
5:04
How To Fix the “React Hook useEffect Has a Missing Dependency” Error

185 views

2 years ago

Engin Demiroğ
React, Redux ve Hooks Ders 10 : Best Practice - Props ile Encapsulation

React, Redux ve Hooks Ders 10 : Best Practice - Props ile Encapsulation "Gerçek Hayattaki Gibi Öğret" prensibiyle, 300+ kuruma ...

4:28
React, Redux ve Hooks Ders 10 : Best Practice - Props ile Encapsulation

7,147 views

6 years ago

4Geeks Academy
01.5 Using arrays in JSX react - React Interactive Tutorial Exercises

Rendering information from an array in JSX React, accessing the array items and concatenating them like a list of elements (ul) on ...

4:56
01.5 Using arrays in JSX react - React Interactive Tutorial Exercises

1,103 views

5 years ago

Zen of Coding
ReactCasts #4 - Context (Part 1) (Deprecated)

Context makes it possible to pass data through the component hierarchy, without needing intermediate components to know ...

7:25
ReactCasts #4 - Context (Part 1) (Deprecated)

31,281 views

9 years ago

InfinityBlend Hub
Modern Web Development: From HTML to React 001  Syllabus Walkthrough

Modern Web Development: From HTML to React 001 *Duration: 12 Weeks | Project-Based Learning* Course Objectives: By ...

9:41
Modern Web Development: From HTML to React 001 Syllabus Walkthrough

4 views

7 months ago

Code with tkssharma
React JS Full Course 30 Hours #01

React JS Full Course | 30 Hours Training Full Playlist for React JS Full Course ...

6:40
React JS Full Course 30 Hours #01

11,365 views

5 years ago

Thapa Technical
React JS Series Challenge #1: Create a Simple Web App on Top 5 Netflix Series List using JSX

Welcome Guys, Today in this video we are going to do our first Challenge in React JS Series. In this video, we are going to ...

7:47
React JS Series Challenge #1: Create a Simple Web App on Top 5 Netflix Series List using JSX

196,754 views

5 years ago

4Geeks Academy
05.1 Conditional rendering different styles to components - React js Interactive Tutorial Exercises

Using the style tag and component properties to change component colores based on properties (conditional rendering). This is ...

6:24
05.1 Conditional rendering different styles to components - React js Interactive Tutorial Exercises

462 views

5 years ago

Thapa Technical
#46: React useState Hook Challenge: Advanced Counter App with Disable, Limits, Steps Counts & More

Take on this advanced React useState hook challenge and learn how to build a feature-rich counter app. This video guides you ...

12:45
#46: React useState Hook Challenge: Advanced Counter App with Disable, Limits, Steps Counts & More

15,265 views

1 year ago

4Geeks Academy
03.2 Creating your first component in react.js  - React js Interactive Tutorial Exercises

Replicating a the bootstrap card as a real component in react.js, creating our first component explained. This is part of a series of ...

5:02
03.2 Creating your first component in react.js - React js Interactive Tutorial Exercises

572 views

5 years ago

4Geeks Academy
05 Adding styles to components in react.js - React js Interactive Tutorial Exercises

Using the style property in JSX to change the HTML styles of our components. This is part of a series of exercises meant to explain ...

4:27
05 Adding styles to components in react.js - React js Interactive Tutorial Exercises

314 views

5 years ago