As far as I know there aren't many ways to have a completely full stack project. The typical laravel app is a server-rendered app that happens to have a bit of interactivity coded in js.
A Next.js app can generate components server-side and then modify then reactively (in a functional programming style, not with jQuery hacks) on the front-side.
I know right? I sometimes get jealous of laravel PHP folks, but then again JavaScript is the only language I have advanced proficiency with, so what can I do.
dominicrose|1 year ago
j45|1 year ago
dcraciun|1 year ago
dcraciun|1 year ago