<https://medium.com/@gumil/managing-states-with-ka...
# feed
t
redux for kotlin?
g
It’s similar to redux
t
cool! but it is android only, if i see that correctly, isn't it?
g
The use case I’ve used in this article is in Android since I am more proficient in that field but the core module is in Kotlin only. It can be used on Kotlin projects. Currently I’m still working on making it multiplatform.
t
that would be great. im currently on a project involving js and redux. yet using redux from kotlin feels clumsy. something native as a replacement would be great 🙂
g
Cool! To tell you the current state right now, I’m a little bit stuck in adding a JS preset because JS prohibits implementing a function type to a class and it requires refactoring to make JS work.
t
ouch, yes
g
Really nice idea. I would also be very pleased to see it as a multiplatform one. It would be interesting for us (multiplatform datavisualization).
y
this redux implementation for kotlin is multiplatform https://github.com/patjackson52/Reduks
y
Interesting. it's indeed multiplatform, but needs to be updated. can't be used with Kotlin 1.3.20 or later