What does HackerNews think of liveviews?
Phoenix LiveView workalikes for different languages and frameworks
There is even a list on GitHub: https://github.com/dbohdan/liveviews
If you need any kind of interactivity on the frontend, but are more comfortable with the backend, I would suggest looking at Phoenix LiveView [0] or a similar server-rendered HTML technology for your language of your choice [1].
In short, these solutions take JavaScript out of the mix entirely and basically let you deal with a single logical "app", rather than a separate frontend & backend.
[0] https://github.com/phoenixframework/phoenix_live_view [1] https://github.com/dbohdan/liveviews
Not exactly in the same category as htmx, but...
I'm not super familiar with this but what I can say is that many of these things were inspired by Phoenix LiveView, and as far as I know LiveView is still the one that works best.
Here's a list of LiveView-inspired projects (including StimulusReflex): https://github.com/dbohdan/liveviews
Here is an awesome list of all such Liveview-like frameworks.
Here's a Github repository listing Phoenix LiveView workalikes for different languages and frameworks: https://github.com/dbohdan/liveviews
ps: The BEAM is what makes LiveView so great, do not expect the same in the other environments.
Here you have a list of LiveView like libs/frameworks in multiple languages: https://github.com/dbohdan/liveviews
Nice list. I have been cataloging LiveView workalikes (https://github.com/dbohdan/liveviews), and I've added some of the ones you mention.