ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,567,256 results

The Coding Gopher
React goes hard for programmers

Try Tambo: https://tambo.co/ ❤️ Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=the-coding-gopher ⬆️ Best ...

12:49
React goes hard for programmers

27,031 views

11 days ago

Rendr Software Group
React Suspense in Two Minutes - plus partial pre-rendering and error handling

Contact us: https://rendr.io/contact Explore the Suspense from React.js in this quick two minute video, including partial ...

2:02
React Suspense in Two Minutes - plus partial pre-rendering and error handling

9,551 views

1 year ago

CodeTV
Hands On With Async React

Learn how Suspense, transitions, and optimistic updates work in React with core team member Ricky Hanlon. Upcoming ...

1:53:39
Hands On With Async React

1,686 views

Streamed 2 months ago

chantastic
What's a React Component?

React is all about Components. But what is a component? React Components are just functions that return React Elements.

1:28
What's a React Component?

2,024 views

6 years ago

Google Search Central
Make your React web apps discoverable - JavaScript SEO

In this video of the JavaScript SEO series, Webmaster Trends Analyst, Martin Splitt shares how to make your React apps ...

7:25
Make your React web apps discoverable - JavaScript SEO

138,411 views

6 years ago

Tom Delalande
HTMX examples for React developers

Subscribe https://www.youtube.com/channel/UCYuQjtwffrSIzfswH3V24mQ?sub_confirmation=1 I rebuilt the same 5 pages with ...

6:55
HTMX examples for React developers

5,245 views

1 year ago

PurelyFunctional tv
React and the Virtual DOM

A fairytale about an unhappy View who meets a robotic friend. http://www.lispcast.com/what-is-react for more information #Clojure ...

3:51
React and the Virtual DOM

276,581 views

10 years ago

Gentleman Programming
REACT curso de 0 a EXPERTO 2025

CURSO REACT 2025 COMPLETO - 13+ HORAS DESDE CERO HASTA EXPERTO COMPLETAMENTE GRATIS → Domina ...

13:21:18
REACT curso de 0 a EXPERTO 2025

322,891 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,297,819 views

4 years ago

OktaDev
Use React and Spring Boot to Build a Simple CRUD App

React is one of the most popular JavaScript frameworks, and Spring Boot is wildly popular in the Java ecosystem. This screencast ...

41:59
Use React and Spring Boot to Build a Simple CRUD App

39,927 views

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

64,845 views

1 year ago

CodeTV
Learn React Router v7 from the Maintainers

What has the team behind Remix and React Router been up to? DevRel and maintainer Brooks Lybrand teaches us about route ...

1:25:12
Learn React Router v7 from the Maintainers

7,675 views

Streamed 8 months ago

Christian Hur
Component Communications in ReactJS

Overview In this video, we'll learn how ReactJS components communicate with each other. In React, the flow of data is always ...

20:06
Component Communications in ReactJS

927 views

3 years ago

Thapa Technical
Build a Responsive Multi-Page React 19 Website | Dynamic Routes, Search Filters, Axios API & Deploy

In this video, we will see how to create a dynamic, responsive multi-page website using React 19. You'll learn how to use React ...

3:05:23
Build a Responsive Multi-Page React 19 Website | Dynamic Routes, Search Filters, Axios API & Deploy

140,283 views

1 year ago

Alex Demko
Elasticsearch Explained: Build a Fast Search App with Node.js & React! 🚀

Ever wondered how Elasticsearch powers blazing-fast searches? In this video, we explore Elasticsearch — a scalable NoSQL ...

25:25
Elasticsearch Explained: Build a Fast Search App with Node.js & React! 🚀

1,370 views

5 months 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,332 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

27,891 views

1 year ago

Zen of Coding
ReactCasts #7 - Hot Module Replacement in Create-React-App (Deprecated)

Hot Module Replacement (or HMR) is a Webpack feature that allows "on the fly" module updates for your app. Create-React-App ...

7:17
ReactCasts #7 - Hot Module Replacement in Create-React-App (Deprecated)

17,354 views

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

47,640 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

27,437 views

1 year ago

Jan Hesters
Build A React Native App With Multiple Screens MASTERCLASS

Want to hire a senior React developer? Visit https://www.reactsquad.io/jan now! If you're expanding your team and need to hire ...

9:11
Build A React Native App With Multiple Screens MASTERCLASS

2,920 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,494 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,169 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

32,584 views

1 year ago

Thapa Technical
#52: useEffect Hook with Dependency Array in React JS: Learn with 3 Practical Examples

In this video, you'll master the useEffect hook with a dependency array in React JS through three practical examples. Understand ...

22:33
#52: useEffect Hook with Dependency Array in React JS: Learn with 3 Practical Examples

30,922 views

1 year ago