|
|
|
|
|
by radicalbyte
565 days ago
|
|
It depends on what you're doing. When I've used Angular I generated a lot of that boilerplate which reduced a lot of friction between frontend/backend. If you can't do that then taking a simple approach (pulling in the libraries you need) makes more sense My experience with Next.js is that it's an order of magnitude slower than Angular and makes it very easy to make massive security blunders (I have more than once found developers accidentality sending secrets to the browser). |
|