Just started a discussion about HDA (Hypermedia-driven Architecture) in the Open App Ecosystem group on Loomio;
https://www.loomio.com/d/VYPyO17M/building-interactive-websites-in-a-post-framework-web
The OAE group has often been a good place for long term, blue skies discussions about potential futures for ethical tech. Bringing together coding, hosting and UX perspectives. I think this has been useful, and it would be great to get more discussion happening there.

Building interactive websites in a post-framework web
I recently stumbled across Daz's guide to building websites using HDA (Hypermedia-Driven Architecture), as an replacement for heavy and regularly obsoleted JavaScript frameworks like React. The finer details of his code examples go over my head, but what I think I understand from his description of the architecture and the reasoning behind it seems groundbreaking.The examples in Daz's guide are based around using HTMX. A comment on SH mentioned DataStar, which is maybe an alternative to HTMX? Certainly seems to have similar goals from what I read on their homepage.From what I read in Daz's guide, it seems like adopting this kind of approach to interactive web interfaces like Loomio, and fediverse web apps, could be a game-changer. Massively reducing the complexity of feature development and maintenance, and avoiding the cycle of having to massively refactor every time the JS framework in use becomes obsolete.Thoughts?