AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Redux - Is There a Dev Tool for That?
The state tree is a way for builders to track changes in their code. It's not like this huge tree of function calls that you're just looking at, what was the thing that triggered the thing? We also use full story for better or for worse, like a screen recorder so we can actually replay people's sessions completely. If you're authenticated with a special level permissions, we put the state tree into the global scope. So like window dot builder becomes the state tree, and we get to debug in there.