AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Moving Data Fetching to a Server Component
The data fetching code that's in your client app once you react app hydrates. What code is concerned with data fetching and loading in error states there? That's the stuff you can pull out put in server components. It should simplify it because you have async await Because you're in a privileged environment for all those reasons Massively simplify and you can refresh right the segments very easily So you don't have to like surgically up to the cache I made this video where I never use Apollo, but I use SWR and had the same issues as ember.