|
|
|
|
|
by gnrlst
1092 days ago
|
|
I'm used to Svelte, and I remember last year when I tried to install a basic NextJS starter template (create-nextjs-app) I had to wait a minute or so for all the npm dependencies to install. I then checked my project folder and it was 600MB....mindblowingly bloated. |
|
create-nextjs-app is installing React, React Router, Webpack, Tailwind, ESLint, Jest, etc.
create-nextjs-app is by design an "everything and the kitchen sink" approach.