HACKER Q&A
📣 TigerTeamX

Weird alternative Front end Frameworks


Do you work with or have tried any "weird" frontend frameworks lately worth sharing?

Just some context, I have been doing Vue for a long time and also some React, but it seems like there are always problems in JavaScript land.

So I have been playing around with mixing HTMX/AlpineJS with server side rendered (Jinja2) for a new project, and it looks promising. Less errors, faster rendering, SEO friendly from the get go, but at the expense of less isolation of components.


  👤 dtagames Accepted Answer ✓
Yes. All of mine are custom written with Lit, which is pretty close to bare metal web components and definitely not a framework.

Sometimes it's annoying to have to invent standard stuff, like specialized controls for routing or permissions, but the huge advantage is that all of that code works exactly and only as I want it to. I'm not bound by anyone's framework design or ideas about components.

Just FYI, these apps support video game development at a commercial studio. I wrote both the front end website with digital asset trading for players, and the back end portal administration tool in my custom framework environment.


👤 sysadm1n
Yeah I use Bindows[0] heavily

[0] https://en.wikipedia.org/wiki/Bindows


👤 PaulHoule
I am definitely a fan of HTMX.