by TigerTeamX on 5/14/23, 3:51 PM with 8 comments
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.
by dtagames on 5/14/23, 3:58 PM
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.
by sysadm1n on 5/14/23, 4:56 PM
by PaulHoule on 5/14/23, 4:17 PM