Are you using the extension for redux debugging as well? I know you mentioned the usual react extension but just mentioning it in case.
JavaScript
This didn't work 'out of the box' for me so I bounced off it. Sounds like its worth another look. I'll dig into it today. Thank you!
Hopefully it helps you 🥰
If the code base you are working with dumps a ton of shit into the redux state it might need to be sanitized. I implemented this at my last role and it actually redeemed the dev tools tab to being useable rather then just crashing
I would also mention Redux has kinda fallen out of fashion for some other choices now. I personally use Zustand/Jotai but the move to redux tool kit can be an easier step if it’s an option
its enterprise company code so it's definitely older as far as tooling. No typescript yet, etc.
If I dont have any luck with the redux tools I'll look into sanitizing the redux state. Thanks for the tip!
I've honestly never had an issue, but maybe it's just Stockholm syndrome lol? The basic react extension definitely shows you component props and shows the component tree. The redux extension shows the state and all the events. It allows you to go backwards and forwards in time and send your own events. What exactly have you had issues with?