this post was submitted on 29 Jun 2023
5 points (100.0% liked)
JavaScript
1975 readers
8 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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!