Next.js Discord

Discord Forum

Doe next use default vite ?

Answered
Spectacled Caiman posted this in #help-forum
Open in Discord
Avatar
Spectacled CaimanOP
Hi I just started using next is the next uses by default vite ? also in discusion channel why I dont' have permission ?

Thank you in advance
Answered by Alfonsus Ardani
Hi I just started using next is the next uses by default vite ?
No, next.js does not use Vite.
No, vite does not use Next.js

why I dont' have permission ?
From the channel description:
"Discussions about Next.js. To receive write permission you must have enough participation in the #help-forum channel"
View full answer

11 Replies

Avatar
Hi I just started using next is the next uses by default vite ?
No, next.js does not use Vite.
No, vite does not use Next.js

why I dont' have permission ?
From the channel description:
"Discussions about Next.js. To receive write permission you must have enough participation in the #help-forum channel"
Answer
Avatar
Spectacled CaimanOP
Thank you for the quick reply,so what is builder use by next ? .. Oo need more particapation in help-form thank you for this
Avatar
Yes, or you could simply ask the mods if you have something to discuss without the intent to troubleshoot code help in that channel
Next.js uses Webpack to bundle its website. On some configurations, you can even use vercel's own bundler called Turbopack
Avatar
Spectacled CaimanOP
Thanks yes I selected TurboPack during installation
by the way why next is not using vite and they have turbopack ?
as I know react and vue are using vite.
Avatar
React? you can also setup React without vite
it's not mandatory
Avatar
react does not use vite.
moreover, nextjs has been using webpack because it allows nextjs to do more what vite cant do. Vite has been a more front-end focusing bundler anyway
Avatar
Spectacled CaimanOP
Thank you all