From the course: Create Your Dream Apps with Cursor and Claude AI

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Getting started with React: Next.js

Getting started with React: Next.js

- [Instructor] Now let's take a look at two of the most popular ways to install a React app. Now we have Next.js, and then we have Vite. Now Next.js is a little bit more full featured, more focused on React. It has a lot of features such as the ability to install right away, Tailwind, and have a server and routing all the things that you're going to install to understand a little bit later on as you build React apps. And then you have Vite. Vite is a bit more custom and it's a little bit more lightweight. It doesn't have all of these extra services on top of it, but at the same time you can be a lot more flexible. And also it works not just for React, but also for different frameworks such as View and so on. So this is where it can get a little bit confusing at first, to start a new React project. As I mentioned before, if you have an HTML page, you just create a folder and then open that folder or create it from here, and then you have your folder. But in the case of React app, it…

Contents