Comment by ramon156
1 month ago
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.
1 month ago
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.
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!
You must be building extremely simple/minimal frontends with near to zero interactivity requirements. Otherwise "no javascript" and "no livewire" just doesn't work.