|
|
|
|
|
by dominicrose
672 days ago
|
|
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. |
|