Hacker News new | ask | show | jobs
by pkukkapalli 1610 days ago
Looks interesting. Is there a benefit specific to using PHP for building the UI, like access to PHP libraries, etc.? Or is it for people already using PHP on the server-side, so they can also use the same language for the client-side?
1 comments

It's for PHP developers mostly, who want to build SPA but struggle with JavaScript frameworks, or who want SPA as well as efficient SSR without involving Node js on their servers. Plus, it's already familiar php and html, similar template syntax as in Angular or Vue.