Am I the only one that feels kinda lost trying to debug things in Redux?
Maybe I got spoiled with Nuxt, maybe I need different browser tools, maybe I need to take a redux/reselect course to remind myself wtf is going on over here…
but I feel like even simple things like seeing a components props or the app state is difficult to do in browser inspector, even with the usual react browser extension.
I don’t know what I’m hoping for here … maybe a youtube video recommendation or a browser extension or a tiny violin. Either way this seemed like the best community on Lemmy to ask.
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!