Hacker News new | ask | show | jobs
by amiga-workbench 1137 days ago
>For instance, a major selling point of Node was running JS on both the client and server so you can write the code once

I mean, I'm using Laravel Livewire quite heavily for forms, modals and search. So effectively I've eliminated the need for writing much front-end code. Everything that matters is handled on the server. This means the little Javascript I'm writing is relegated to frilly carousels and other trivial guff.