AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Is There a Way to Split Out the Effects?
With suspense, you kind of remove the initial loading state, we still have re renders. And that's basicly the route we went down with the oth stuff from fire base - split it out even though we're using the same api. It's interesting if you can conceptionally split it out into the initial work that needs to be done and then up dates. Maybe there is a way. But i don't think so. I think they're fund fundamentally different. If you need an effect in order render, you cannot suspend, yes.