Well you can start with typing everything as `dyna...
# javascript
f
Well you can start with typing everything as
dynamic
and then figure out which types you need one by one
w
@Filipp Riabchun you mean I need to check the redux js codes, figure out which ones I need then code it in kotlin-js? Is there no way of doing it like kotlin-java interop?
a
@wahoho You could try converting TypeScript declarations to Kotlin and use the resulting API. Converter guide: https://kotlinlang.org/docs/tutorials/javascript/working-with-javascript.html#using-ts2kt-to-generate-header-files-for-kotlin TypeScript declarations: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-redux
w
@anton.bannykh I’ll look into this. Thank you.