https://kotlinlang.org logo
#redux
Title
n

Nikky

12/20/2019, 8:11 PM
since the api is so close to reduxjs.. is there any code on kotlinJs to cast stuff to a kotlin-wrappers redux backed by reduxjs ?
p

Patrick Jackson

12/23/2019, 3:05 PM
Not that I am aware of. Sounds possible with just a few functions. The JS is something I'd like to get into more. Hopefully will get some time in January to look into it more. Will be interested in what you find.
n

Nikky

12/24/2019, 12:57 PM
i won't have to for it at least now.. going to c3, maybe i will find somebody there crazy enough to try...
what i found is that kotlin-wrappers redux uses a interface and does instanceof checks.. i am not sure how to get to that interface from code that cannot depend on the lib that is
RAction
3 Views