is there any implementation of redux that is multi...
# redux
n
is there any implementation of redux that is multiplatform? i hav the crazy idea to seralize the actions and send them between server and client is there such a thing yet ?
b
Reduxkotlin is fully mpp (this channel is for that project)
n
hmm i found this ecause i had a look at https://github.com/JetBrains/kotlin-wrappers/tree/master/kotlin-redux which is js only maybe put a link to the project in the topic?
b
That one is just a wrapper for js redux.
This is the one this channel is for and is fully kotlin and fully mpp
I guess. Its api is very similar to vanilla redux
n
i guess even if it does not have some .. writing the binding code for react should not be hard
b
Yep.
n
cool, i will definitly try to to learn redux now...
b
If you manage to hook it to react, please share the code here. It's definitely possible as APIs are near identical, but noone has done it yet
p
Yes ReduxKotlin is MPP. https://reduxkotlin.org . I haven't explored the JS side of it much, though should be possible. I plan to build out sample apps for JS in the redux repo as a starting place (just like the redux.js project's samples).