I have been googling to find how to get redux dev ...
# redux-kotlin
w
I have been googling to find how to get redux dev tools to work with my multiplatform fullstack web project. Only thing I found was akjaw.com kotlin/js react,redux witj thunk tutorial Unfortunately, the js function in the compose statment doesn't seem to be allowing gje browser to recognize the store. It comes across as undefined in the redux tool extension for Chrome. Has anyone gotten this to work?
b
If you're using kotlin implementation of redux (redux-kotlin), then it will never work with js redux extension. If browser extension support is a must for you, then i suggest using kotlin-redux from kotlin-wrappers
w
I am currently kotlin-redux
b
The wrapper? Sorry it's a bit confusing with these two different libs 😄
w
Yes the wrapper.
cc: @Robert Jaros