UXP React plugins

When developing using react + redux for state management sometimes we happen to need the redux devtools. this is to take the advantage of the time traveller api to help in previewing and debugging the state updates. Now I understand the chrome debugger we have in UXP is limited as per the documentation but somehow, is there a way we can install redux devtools on uxp for chrome debugger or an alternative that works with uxp for react State debugging?

1 Like

I tried and failed. The best I could get was to dump actions into console and bind storage to global variable so I can access it in console. I tried even remote Redux DevTool via localhost connection and failed too. Would be great to make it work.