full framework
??????
First of all, if you actually expect an answer, I suggest you reply to the message. Second of all, I also suggest you read the previous messages to get the general idea of what we're talking about. The guy is asking about the difference between Next.js and a bare metal React project, and what the advantages/features of Next.js are. The simplest thing for scaffolding a React project is Vite, and it doesn't really add any type of features on top of React; as you said, it's just a build tool and doesn't have support for routing, image optimization, SSR... by default. Now granted, the developer has the option to add these features themselves (for better or worse), but Next.js provides these out of the box (again, for better or worse)
Обсуждают сегодня