From the course: Next.js Ecommerce: Build a Shopping Platform from Scratch

Unlock this course with a free trial

Join today to access over 25,200 courses taught by industry experts.

The stack

The stack

So in this video, I just want to talk about some of the main technologies that we're using in this course and in this project. So next version 15 was just released last month, and that's what we'll be using. And this version uses the latest version of React at this time, which is 19. And everything that we use in this course, as far as libraries and packages, they all work fine with React 19. However, there are a few cases where I have to use the dash dash legacy peer dash depths flag when installing packages Because some of the third-party libraries haven't fully updated their dependencies to be compatible with react 19 And this flag just allows us to bypass the strict dependency checks So that you can install and use these libraries without issues and whether you need to use that or not depends on when you're watching this course. If you're watching it and taking it right after its release, you might have to add the flag. If not, then you probably don't have to use it. But I'll talk…

Contents