|
|
|
|
|
by brundolf
1750 days ago
|
|
What would make a Next project "bloated"? If you're talking about bundle size, most of the Next stuff should stay server-side. And if you're talking about dependency complexity, one benefit of sweeping everything under a does-everything framework is that you don't have to manage the ongoing complexity of all the dependencies yourself (contrasted with create-react-app). |
|