No features have been listed yet.
Based on our record, AngularJS should be more popular than intercooler.js. It has been mentiond 50 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Regardless of what CSS query you use to look the element up, in the jquery example you'd still have your logic (the url, etc) defined elsewhere the htmx version is symmetric with the href attribute in that it completely specifies what is going to happen directly on the element itself of course you could do something in jquery like using a data attribute to store the url and HTTP method, etc, but at that point... - Source: Hacker News / 5 months ago
An early version of Htmx was in fact based on jQuery (https://intercoolerjs.org). - Source: Hacker News / about 1 year ago
I used HTMX since the intercooler days [0] but the stuff you can make is rather limited. Also you still need the JS to deal with a11y things like expanded state (or hyperscript, apparently). If you have a lot of components to implement, everything requires thinking. I really love it for simple applications though. Resist implementing a complicated menu, live notifications, an editable data-table and such... - Source: Hacker News / over 1 year ago
To an extent, there was `jQuery.get` but it wasn't tightly integrated with HTML the original version of htmx was intercooler.js: https://intercoolerjs.org released in 2013, and that version depended on jQuery. - Source: Hacker News / over 1 year ago
:) hyperscript came after htmx htmx is version 2 of intercoolerjs: https://intercoolerjs.org which had a proto-scripting language in it, the `ic-action` attribute: https://intercoolerjs.org/attributes/ic-action I dropped that attribute (along w/ the jQuery dependency) when I created htmx, but I felt there was some merit to the idea of a lightweight scripting language that abstracted away async behavior. Once htmx... - Source: Hacker News / over 1 year ago
To maximize learning, I could choose something new. Normally, I consider that a valid reason. But given my limited time, that wasn't a priority for me. Another criterion could be long-term viability: Is there a large core team and an active community? Well, who still remembers AngularJS? From Google? And didn’t Facebook/Meta start Jest? I wouldn’t rely too much on that. - Source: dev.to / 28 days ago
AngularJS is an open-source JavaScript framework that developers use to build frontend applications. It comes with modular support, an extensive community, and all the tools that help develop and manage dynamic frontend web apps. - Source: dev.to / 4 months ago
Ok, what we'll use now is something that existed back in the day, after we switched from AngularJS to Angular 2 or modern Angular. We'll use the old/new host property on the component decorator. - Source: dev.to / 10 months ago
Just to give you more context, I led the migration of several AngularJS applications to the newer Angular Framework. My client finally decided to make that move following the AngularJS deprecation announcement (stay up to date please 🙏)️. - Source: dev.to / about 1 year ago
The next post in the series provides a thorough comparison of popular frameworks like React, Vue, Angular, and Svelte, focusing on their unique features and suitability for different project types. - Source: dev.to / about 1 year ago
Vue.js - Reactive Components for Modern Web Interfaces
React - A JavaScript library for building user interfaces
BULLETWEEK.app - BULLETWEEK - the GTD app inspired by the Bullet Journal
ember.js - A JavaScript framework for creating ambitious web apps
htmx - high power tools for HTML
Backbone.js - Give your JS App some Backbone with Models, Views, Collections, and Events