A colleague and I are attempting to use CRKA with ...
# react
a
A colleague and I are attempting to use CRKA with Redux and Router but continually run into errors trying to build our project. Does anyone have a guide, example, or suggestion of alternatives? Our main need is to be able to write a common core in Kotlin for multiple platform UI applications. Our first UI app will be the web (where we have existing React experience), followed by native Android.
f
I haven't used Redux but Router in my Kotlin React project https://github.com/Foso/Sheasy/tree/develop/web
a
Thanks. We will check that out.
l
I have recreated the react-redux todo list example project in Kotlin with the addition of react-router, I didn't use CRKA but it might still be useful to you: https://github.com/lawik123/kotlin-poc-frontend-react-redux
a
@Lawik thanks. Will check that out as well.