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
Big Chungus
09/17/2021, 2:32 PM
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
William Persall
09/17/2021, 2:39 PM
I am currently kotlin-redux
b
Big Chungus
09/17/2021, 2:39 PM
The wrapper? Sorry it's a bit confusing with these two different libs 😄