AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
React Router - The Biggest Disadvantage From Thers
We have these massive dashboards, and we have a lot of them. And one problem we were having iswe where should we store all that state for every single widget? It's omething almost like every single widget was its own ap, you know? And i wanted to store it in the url. That just made a lot of sense. But now if you look at the URL as just another place to store jason it kind of adopts all of the same state management challenges that every other global state manager has,. So think about redux or joti, or zustand or any global state manager... You're going to need something like those features in theurl now