https://kotlinlang.org logo
#feed
Title
# feed
t

thana

03/12/2019, 9:01 AM
redux for kotlin?
g

gumil

03/12/2019, 9:03 AM
It’s similar to redux
t

thana

03/12/2019, 9:06 AM
cool! but it is android only, if i see that correctly, isn't it?
g

gumil

03/12/2019, 9:09 AM
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

thana

03/12/2019, 9:10 AM
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

gumil

03/12/2019, 9:14 AM
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

thana

03/12/2019, 9:29 AM
ouch, yes
g

gaetan

03/12/2019, 12:05 PM
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

yasyd

03/13/2019, 6:13 AM
this redux implementation for kotlin is multiplatform https://github.com/patjackson52/Reduks
y

yshrsmz

03/14/2019, 7:28 AM
Interesting. it's indeed multiplatform, but needs to be updated. can't be used with Kotlin 1.3.20 or later
4 Views