ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

6,427 results

freeCodeCamp.org and tapaScript by Tapas Adhikary
React Performance Optimization Patterns Course

React makes it easy to build UIs, but building fast React apps is a different skill altogether. In this hands-on, real-world React ...

1:35:56
React Performance Optimization Patterns Course

22,533 views

3 weeks ago

Cosden Solutions
The Best Ways To Optimize Performance in Modern React

Performance Optimization Document (Newsletter) → https://cosden.solutions/newsletter?s=ytd-pomr Project React ...

20:18
The Best Ways To Optimize Performance in Modern React

24,444 views

8 months ago

Shruti Kapoor
How to Diagnose a Slow React App (My Exact Workflow)

Learn essential techniques to optimize the performance of your React web app using Core Web Vitals. In this comprehensive ...

32:35
How to Diagnose a Slow React App (My Exact Workflow)

2,847 views

1 day ago

NDC Conferences
Effective React: Lessons from 10 Years - Cory House - NDC Copenhagen 2025

We'll explore eight ways to handle state, common state management mistakes, performance optimizations, key third-party libraries ...

59:45
Effective React: Lessons from 10 Years - Cory House - NDC Copenhagen 2025

10,859 views

2 months ago

tapaScript by Tapas Adhikary
The Ultimate React Performance Guide (Part 1): Stop Useless Re-Renders!

Welcome to Part 1 of the React Performance Mastery Series! In this video, we break down the core fundamentals every React ...

48:26
The Ultimate React Performance Guide (Part 1): Stop Useless Re-Renders!

3,685 views

1 month ago

Cosden Solutions
The Wrong Way to Optimize Performance in React

To learn for free on Brilliant, go to https://brilliant.org/CosdenSolutions/, scan the QR code onscreen, or click on the link in the ...

24:39
The Wrong Way to Optimize Performance in React

16,443 views

5 months ago

Web Dev Simplified
Make Your React Site 100% Faster With This Amazing FREE Tool

... Debugging React performance issues can be quite difficult and is never fun. This is why I am really excited about React Scan ...

7:46
Make Your React Site 100% Faster With This Amazing FREE Tool

57,821 views

10 months ago

tapaScript by Tapas Adhikary
The Ultimate React Performance Guide (Part 2): Advanced Optimizations

Welcome to Part 2 of The Ultimate React Performance Guide. During this advanced session, we go beyond memoization and ...

47:20
The Ultimate React Performance Guide (Part 2): Advanced Optimizations

1,777 views

1 month ago

xplodivity
10 Ways to improve performance in react js by reducing bundle size

10 Ways to Reduce Bundle Size in React JS & Improve Performance Is your React app slow, heavy, or taking too long to load?

5:18
10 Ways to improve performance in react js by reducing bundle size

391 views

3 weeks ago

Simon Grimm
7 Tips to Make Your React Native App Blazing Fast! 🚀

Speed up your React Native app development with these 7 tricks to BOOST your apps performance. Don't reinvent the wheel with ...

13:06
7 Tips to Make Your React Native App Blazing Fast! 🚀

11,071 views

2 months ago

Jack Herrington
Master React 19.2 Async Everywhere — Boost Performance

React 19 adds components and hooks that make async work a whole lot cleaner and easier. Let's get an overview with the state of ...

10:18
Master React 19.2 Async Everywhere — Boost Performance

68,335 views

3 months ago

Code Genix
30 React Tips to Maximize Performance in Your App

Boost your React app's speed with these 30 essential performance optimization techniques! From memoization and code splitting ...

6:55
30 React Tips to Maximize Performance in Your App

3,391 views

6 months ago

Frontend Master
React Re-Renders

Content: 00:00 Intro 00:50 What is not re-rendering. 04:30 Re-Rendering 11:22 When does a component re-render? 11:48 When Re ...

43:34
React Re-Renders

3,301 views

3 months ago

Theo - t3․gg
Why is Next.js so slow??

A lot of server component apps have been rough, but I don't think that's NextJS' fault. There's a lot to talk about with how this new ...

51:31
Why is Next.js so slow??

147,677 views

9 months ago

Cosden Solutions
The Problem With the React Compiler

SECRET PROJECT (Newsletter) → https://cosdencode.ai Advanced Patterns React ...

27:35
The Problem With the React Compiler

13,850 views

5 months ago

Expo
How to make Expo apps faster | Expo app development best practices

In this video, Beto breaks down how to make your Expo app faster by understanding JavaScript and UI threads, debugging ...

24:35
How to make Expo apps faster | Expo app development best practices

23,078 views

3 months ago

CodeLucky
⚛️ React Performance Tuning: Debugging with React DevTools

Is your React app feeling sluggish? This video is your guide to mastering React performance debugging using React DevTools!

3:40
⚛️ React Performance Tuning: Debugging with React DevTools

26 views

5 months ago

Kalibrus
Top 10 React Performance Optimizations You Should Know in 2025 🚀

Want to speed up your React app in 2025? In just 3 minutes, I'll show you 10 React performance optimizations that actually work.

3:20
Top 10 React Performance Optimizations You Should Know in 2025 🚀

79 views

8 months ago

Eric Tech
14 Front End System Design Concepts | Explained in 10 Minutes

Want to build faster, scalable, and more efficient web applications? In this video, we cover 14 essential Front-End System Design ...

12:58
14 Front End System Design Concepts | Explained in 10 Minutes

70,687 views

11 months ago

Tech Simplified
Improve React Native App Speed | Performance Hacks in 5 Mins

Want to make your React Native apps faster? In this short 5-minute guide, I'll share the best **React Native performance ...

4:52
Improve React Native App Speed | Performance Hacks in 5 Mins

65 views

4 months ago

Blazity
Using the React Profiler to Identify Slow Components  | Next.js Optimization Tips #12

Want more? Grab your free ebook here: https://go.blazity.com/1AoUp3x Slow components can silently ruin your app's ...

3:16
Using the React Profiler to Identify Slow Components | Next.js Optimization Tips #12

24,196 views

4 months ago

Theo - t3․gg
The Truth About React Native

I saw people were talking about React Native's popularity and...yeah. I had to jump in. Hope this helps balance things out.

58:53
The Truth About React Native

98,933 views

9 months ago

React Conferences by GitNation
React Compiler Internals

... 00:00 React Compiler and Memoization 01:49 React Performance Optimization 03:41 Compiler Optimization Process 06:12 ...

21:08
React Compiler Internals

9,294 views

6 months ago

Jan Marshal
This is how I Made My Next.js Application 10x Faster

Next.js is a powerful framework that lets you build fast, feature-rich web applications. But here's the catch Next.js also comes with ...

29:58
This is how I Made My Next.js Application 10x Faster

35,556 views

6 months ago

DevTools99
React Performance Optimization Techniques Senior Developers Use

1. What is the Virtual DOM, and how does it improve performance? The Virtual DOM is a lightweight JavaScript copy of the real ...

20:01
React Performance Optimization Techniques Senior Developers Use

15 views

3 months ago