top | item 41201620

(no title)

nickip | 1 year ago

Coming from laravel php land it's crazy to me that JS devs pay to have basic Full Stack operations included.

discuss

order

dominicrose|1 year 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.

j45|1 year ago

It seems like it’s that much extra work in JavaScript

dcraciun|1 year ago

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.

dcraciun|1 year ago

Yeah Laravel php at least have this for free.