Thank you, sadly this only displays how to apply Redux itself (actions, reducers, store) which I have implemented in my project too. What I am trying to do now is connect the store to a React component by using this wrapper for the react-redux library:
https://github.com/JetBrains/kotlin-wrappers/tree/master/kotlin-react-redux I can't seem to figure out what all the type parameters are/do for the rConnect function and sadly can't seem to find an example where this is implemented.