ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

166,778 results

Code Stoic
ReactJS Tutorial 3 : Create React App Using VITE

This is how to create a React app using Vite. Firstly, create a react project using Vite. Create a folder on desktop and open it up in ...

5:25
ReactJS Tutorial 3 : Create React App Using VITE

107,195 views

2 years ago

Devtamin
Create React Project with Vite for Beginners | Create React App is Finally Dead

Create React App with Vite is a new alternative way to create a react project. Create React App is old and its document doesn't ...

3:18
Create React Project with Vite for Beginners | Create React App is Finally Dead

45,473 views

2 years ago

Fireship
Vite in 100 Seconds

Vite is a JavaScript build tool that makes it faster and easier to build web applications. It's similar to tools like Webpack, but relies ...

2:29
Vite in 100 Seconds

1,074,867 views

3 years ago

Coding with JP
How to Create a React Web App with Vite

This is how to create a react project in vite. 1. Step 1, Open a terminal. 2. Step 2, run the command: "npm create vite@latest" 3.

0:52
How to Create a React Web App with Vite

48,443 views

2 years ago

Web Dev Simplified
Stop Using Create React App

Sorry about the bad audio quality. My computer changed my mic to use my webcam mic instead of my actual microphone. Find ...

0:59
Stop Using Create React App

665,545 views

3 years ago

DevUnwind
🚀 How to Run React Locally with Vite!

Want to run React locally with Vite? Follow this quick guide to set up your React app in seconds! Use npm create vite@latest, ...

0:26
🚀 How to Run React Locally with Vite!

13,567 views

11 months ago

AS CODER
How to create react project with vite (Vite+React) #reactjs  #coding
0:31
How to create react project with vite (Vite+React) #reactjs #coding

11,890 views

1 year ago

Ajith's Code Lab
React + Vite Setup Tutorial (2025) | Fast & Easy Way to Start React App #react #ui

In this video, learn how to create a React app using Vite, the fastest modern build tool. This 2025 tutorial will guide you through ...

1:01
React + Vite Setup Tutorial (2025) | Fast & Easy Way to Start React App #react #ui

4,158 views

5 months ago

Devtamin
How to Set Up React in 2025 | Install React with Vite in 2 minutes

In this video, I will teach you step-by-step about how to create and run react app on your computer in 2025. You have to install ...

2:24
How to Set Up React in 2025 | Install React with Vite in 2 minutes

26,259 views

11 months ago

dcode
How To Setup Your First React + TypeScript Project With Vite

Let's have a look at how to setup a React + TypeScript Project with Vite - an alternative to using Create React App. For your ...

5:46
How To Setup Your First React + TypeScript Project With Vite

30,929 views

1 year ago

Ian Lenehan
Vite vs Create React App / Webpack, Vite and ESBuild explained.

It's time for me to move on from using Create React App to build my React Apps. Vite is the new kid on the block and can be used ...

5:06
Vite vs Create React App / Webpack, Vite and ESBuild explained.

24,327 views

3 years ago

Dipesh Malvia
VITE Better Alternative to Create React App

react #tutorial #beginners #vite I usually use CRA create-react-app to scaffold react projects and the problem I faced is that the ...

0:55
VITE Better Alternative to Create React App

19,218 views

1 year ago

CodeWithPankaj
🚀 Create a React App with Vite in 60 Seconds | Fast Setup Tutorial 2025 ⚡#shorts #reactjs

In this YouTube Short, learn how to create a React app using Vite — the fastest and most modern way to start building React ...

1:00
🚀 Create a React App with Vite in 60 Seconds | Fast Setup Tutorial 2025 ⚡#shorts #reactjs

304 views

3 months ago

Monsterlessons Academy
Stop using Create React App - Vite is a Better Alternative

1-on-1 Frontend Mentorship (90-min paid session) ...

0:44
Stop using Create React App - Vite is a Better Alternative

15,437 views

2 years ago

success seeker coder
React App Setup Made Easy with Vite – Step-by-Step Guide 🚀

1️⃣ Create a folder for your React project, e.g., reactjs_tutorial. 2️⃣ Open your terminal and type: npm create vite@latest ...

0:43
React App Setup Made Easy with Vite – Step-by-Step Guide 🚀

19,448 views

1 year ago

Aleks Popovic
How to Create a React App with Vite (without create-react-app)

Hey everyone! This is a quick tutorial on how to set up a new React app now that create-react-app is officially not supported ...

0:56
How to Create a React App with Vite (without create-react-app)

2,417 views

2 years ago

freeCodeCamp.org
Vite Crash Course – Frontend Build Tool

We'll cover: - Building React apps with Vite - Developing with Vite and TypeScript - Using environment variables - Working with ...

40:15
Vite Crash Course – Frontend Build Tool

66,381 views

7 months ago

People also watched

Desarrollo Útil
Create React App vs VITE vs NEXTJS ✅ Cómo CREAR un PROYECTO REACT 😎 Curso de React desde cero #2

Qué necesitamos para crear un proyecto de React? ¿Create-react-app o Vite? ¿O tal vez Next? En el vídeo de hoy vamos a ...

27:12
Create React App vs VITE vs NEXTJS ✅ Cómo CREAR un PROYECTO REACT 😎 Curso de React desde cero #2

22,512 views

3 years ago

Coding with Elsakka
Electron.js Crash Course – Build a Desktop App in 45 Minutes

Project source code repository: https://github.com/ahmed-elsakka/screen-capturer/ Camera image and icon used in the course: ...

45:31
Electron.js Crash Course – Build a Desktop App in 45 Minutes

6,698 views

3 months ago

Desarrollo Útil
What does VITE do in REACT? ⚡How does a DEV SERVER work? 🔵 React from Scratch Course #3

Now it's time to understand what Vite does for us ⚡. Understand what a dev server is and how it works in production, how to ...

21:58
What does VITE do in REACT? ⚡How does a DEV SERVER work? 🔵 React from Scratch Course #3

25,289 views

3 years ago

Code Tega
How to Create a Desktop App using React, Electron, and TailwindCSS

Do you want to create a Desktop app using React? Here's how you do it. In this tutorial, learn how to build a cross-platform ...

15:51
How to Create a Desktop App using React, Electron, and TailwindCSS

32,163 views

1 year ago

Bufferhead
I built a REAL Desktop App with both Tauri and Electron

Electron is the most popular framework for building desktop applications with web technologies, but Tauri promises to solve some ...

12:22
I built a REAL Desktop App with both Tauri and Electron

280,596 views

1 year ago

Dipesh Malvia
Build & Deploy React Vite Website on Github Pages (CI/CD)

Get UIKits with 10000 free mins: https://bit.ly/3DBVlRs Take Advantage of ZEGOCLOUD: https://bit.ly/4a0BYh9 Top 15 React ...

22:17
Build & Deploy React Vite Website on Github Pages (CI/CD)

9,064 views

10 months ago

DevPush
How to install Tailwind CSS v4 to Vite and React project

Guide to setup TailwindCSS 4 for a Vite and React app. Get FREE Web Developer Guides Here ➡️ https://devpush.io/free ...

4:00
How to install Tailwind CSS v4 to Vite and React project

1,368 views

1 month ago

Ehren Grenlund
How to create a basic Electron app with Vite and React

In this video I go over using the vite-electron boilerplate for creating a basic Electron app with Vite and React! If you want to join ...

12:57
How to create a basic Electron app with Vite and React

90,850 views

2 years ago

Igor Babko
⚡️ Vite - Modern JavaScript Bundler | Full Course

Let's explore the power of modern frontend bundler Vite. X - https://twitter.com/igorbabko Repository: ...

3:49:22
⚡️ Vite - Modern JavaScript Bundler | Full Course

33,601 views

2 years ago

Lachlan Miller
Visual Guide to the Modern Frontend Toolchain (Vite)

NEW book on tooling (build your own tools!) Coming 2024, register for updates): https://lachlan-miller.ck.page/92dfa021b3 My ...

9:18
Visual Guide to the Modern Frontend Toolchain (Vite)

109,481 views

1 year ago

Kalman Web Design
How to Create a React App with Vite (2025) in Visual Studio Code – Fast & Easy Beginner Tutorial!

Learn How to Create a React App with Vite in 2025! In this step-by-step beginner tutorial, I'll show you how to set up a React ...

1:45
How to Create a React App with Vite (2025) in Visual Studio Code – Fast & Easy Beginner Tutorial!

913 views

7 months ago

Fireship
7 better ways to create a React app

What is the best tool for starting a new React project in 2023? Let's look at 7 good alternatives to create-react-app for starting a ...

7:08
7 better ways to create a React app

615,674 views

2 years ago

Maximilian Schwarzmüller
It's getting a bit ridiculous...

Create React App (CRA) has officially been marked as "deprecated" now. Great - the ecosystem moved on to Vite years ago ...

7:41
It's getting a bit ridiculous...

68,473 views

10 months ago