kotlin-flow-extensions
Extensions to the Kotlin Flow library. (by akarnokd)
htmx
</> htmx - high power tools for HTML (by bigskysoftware)
kotlin-flow-extensions | htmx | |
---|---|---|
2 | 654 | |
510 | 45,276 | |
0.0% | 1.1% | |
6.5 | 9.4 | |
22 days ago | 13 days ago | |
Kotlin | JavaScript | |
Apache License 2.0 | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
kotlin-flow-extensions
Posts with mentions or reviews of kotlin-flow-extensions.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-06-21.
-
Are there any good tutorials showing the use of Reactor streams using Kotlin?
I don't know, why I'm downvoted here, but it is very relevant if the library provide the operators you need or if you have to implement them yourself. If Kotlin Flow is enough, then use it. From experience you don't have to go to far to miss operators from Reactor or RxJava. Maybe some day additional libraries like https://github.com/akarnokd/kotlin-flow-extensions will fill the gap, but for the time being Reactor or RxJava offer a lot more for (not trivial) real world use cases.
-
Kotlin Team AMA #3: Ask Us Anything
Why do you want to keep Flow such a small library? It could be an attractive alternative to RxJava or Reactor, but it misses many useful operators today. On the other hand it brings a lot more operatores than would be required as a foundation for other frameworks (likeKotlin Flow Extensions). From my point of view Flow stays in the middleground with no good reason.
htmx
Posts with mentions or reviews of htmx.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-07-11.
-
Cromponent new features
⚡ HTMX → https://htmx.org
- Most RESTful APIs Aren't RESTful
-
Why hx-boost is actually the most important feature of htmx
SOME of you may know by now that I'm a fan of htmx and its hypermedia-driven website/application design philosophy. When people first learn about htmx, they are often captivated by the idea of hx-get, hx-post, hx-delete, etc. attributes being able to fire off HTTP requests with these methods from any tag on the page. I know I was!
- A novel approach to reusable web components
- Show HN: HyperTemplates, a pure-HTML templating system and static site generator
-
I replaced the HTMX in the project to this module🔥
Today, we will be replacing HTMX in the project with HMPL.
-
HTMX + AI = Lightning-Fast, Hyper-Personal Web Apps
🔗 Here’s a 2-min intro to HTMX that will blow your mind: Why HTMX is the Future of Front-End
-
🔥 Why Everyone Is Talking About HTMX: The Game-Changer for Web Development
HTMX on GitHub
-
I replaced Next.js for my application with this module 🔥
But I want to say that this topic is clearly not new in 2025, I will not reveal anything supernatural here. HTMX and Alpine.js have already fully proven to everyone that this is not nonsense. I am just retelling everything, but with one interesting remark - this is the HMPL template language which is better than the previous two in some tasks. Next, I will describe why and how it will help you replace Next.js.
-
The Rise of Hybrid Frameworks
At the forefront of this hybrid model stands htmx, a pioneering framework that champions a simplified approach to dynamic web development. By leveraging data attributes, htmx grants developers the ability to control client-side interactions directly from the HTML markup. This means that the primary focus shifts back to generating valid HTML on the server, while htmx seamlessly inserts and updates this content within the DOM as needed. Consequently, developers can maintain a clean and straightforward server-side codebase while still delivering interactive and responsive user experiences on the client side.
What are some alternatives?
When comparing kotlin-flow-extensions and htmx you can also consider the following projects:
multik - Multidimensional array library for Kotlin
Alpine.js - A rugged, minimal framework for composing JavaScript behavior in your markup.
Reactive Streams - Reactive Streams Specification for the JVM
Svelte - web development for the rest of us
money-kotlin - Kotlin extensions for javax.money (Moneta) JSR 354
hotwire-rails - Use Hotwire in your Ruby on Rails app