Loading...
 
Architecture / Installation

Architecture / Installation


htmx

posts: 228 Ukraine

Is htmx of interest? https://htmx.org/

"htmx allows you to access AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext

htmx is small (~10k min.gz'd), dependency-free, extendable & IE11 compatible"

br,
Mike

posts: 1633 Canada

It is quite interesting that it has many features from one source:
https://htmx.org/examples/

However, most of the features, we already have implemented with other libs (Lazy Loading, File Upload, Dialogs, etc.)

It would have been more interesting before, but perhaps there is still enough in there to make it worth it. Ex.: Infinite Scroll

posts: 228 Ukraine
also, as @Jonny Bradley pointed out, Vue.js can do all of this (and a lot more, but it's not as simple), which is also a modern framework gaining adoption fast. And, Tiki is already moving in the Vue.js direction so I guess it makes more sense to continue in that direction.