←back to thread

Next.js is infuriating

(blog.meca.sh)
1033 points Bogdanp | 3 comments | | HN request time: 0s | source
1. ramon156 ◴[] No.45101050[source]
Next js is magic just like laravel, it's nice when you expect magic and not nice when you like to understand what's going on.
replies(1): >>45101192 #
2. dominicrose ◴[] No.45101192[source]
Laravel is easy to learn and use and get started with. No compiler. No javascript on the back-end. Eloquent is a good ORM. There's not much magic, no async/await. Or course you should not use Livewire. It's really terrible!
replies(1): >>45193603 #
3. 0xblinq ◴[] No.45193603[source]
You must be building extremely simple/minimal frontends with near to zero interactivity requirements. Otherwise "no javascript" and "no livewire" just doesn't work.