Doe next use default vite ?
Answered
Spectacled Caiman posted this in #help-forum
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
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"
11 Replies
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
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
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
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.
React? you can also setup React without vite
it's not mandatory
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
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
Spectacled CaimanOP
Thank you all