Hacker News new | ask | show | jobs
by Aperocky 2116 days ago
> server rendered content and sprinkles of JavaScript where needed.

Nice. We need more of this.

2 comments

Oh well wait until you hear about Laravel. I appreciate that there is still such a large developer community committed to pushing traditional server-rendered web apps forward. Laravel has some amazing stuff for creating presentation layers within the framework, the most exciting (to me) is Livewire
For what it's worth, LiteDOM is a nice, small (3kb) library to enhance HTML templates with a bit of declarative reactivity:

https://litedom.js.org/