kotlin-flow-extensions
Extensions to the Kotlin Flow library. (by akarnokd)
PeopleInSpace
Kotlin Multiplatform sample with SwiftUI, Jetpack Compose, Compose for Wear, Compose for Desktop, and Compose for Web clients along with Ktor backend. (by joreilly)
kotlin-flow-extensions | PeopleInSpace | |
---|---|---|
2 | 9 | |
510 | 3,140 | |
0.0% | 1.1% | |
6.5 | 6.9 | |
18 days ago | 6 days ago | |
Kotlin | Kotlin | |
Apache License 2.0 | Apache License 2.0 |
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.
PeopleInSpace
Posts with mentions or reviews of PeopleInSpace.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-04-13.
-
Kotlin Multiplatform: Android + BE (ktor)
I'm already using this structure with one of my projects and I found the experience really pleasant. There are good examples of doing it, one of them being: https://github.com/joreilly/PeopleInSpace
-
Is there extra benefits of using Koin instead of Dagger Hilt in KMM?
It does work with iOS. You just have to structure it in a way that'll work well. See the People In Space repo to see how it works with iOS
-
Your opinions on the current state of the Kotlin Multiplatform and Kotlin/JS
I mostly walked into the setup. My team already did a lot of heavy lifting. I will try to piece together something for the structure/template. Meanwhile, lot of samples are already present here : https://kotlinlang.org/docs/multiplatform-mobile-samples.html Specially https://github.com/joreilly/PeopleInSpace
- I developed an Android App and now want to go Multi Platform - What's the smartest way to do it? 🤷♀️ (Flutter? Kotlin Cross Platform? Or something else?)
-
View Model Doesn’t Have To Depend on ViewModel
Here's a project using it.
- [Kotlin/JS] Design Kotlin + ReactJS Web app with Material Designing components
-
Kotlin Team AMA #3: Ask Us Anything
For DI take a look at Koin. It's a pragmatic lightweight dependency injection framework for Kotlin developers with multiplatform support. PeopleInSpace sample project uses it.
-
How to start with Ktor + React?
You might be interested in this project https://github.com/joreilly/PeopleInSpace
What are some alternatives?
When comparing kotlin-flow-extensions and PeopleInSpace you can also consider the following projects:
multik - Multidimensional array library for Kotlin
Ktor-OpenAPI-Generator - Ktor OpenAPI/Swagger 3 Generator
Reactive Streams - Reactive Streams Specification for the JVM
kvision - Object oriented web framework for Kotlin/JS
money-kotlin - Kotlin extensions for javax.money (Moneta) JSR 354
swift-evolution - This maintains proposals for changes and user-visible enhancements to the Swift Programming Language.