When do I use vite compared to NextJS?
neekyo
Vite is a fast, unopinionated build tool for frontend development, while Next.js is a full-featured React framework with built-in server-side rendering and API routes.
neekyo
I use both in React!
neekyo
Also using vercel makes it very easy to link DB's & deploy apps quickly!