AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
React JAS Server Components: How to Scale Your Application
React JSLAND is in the middle of rewriting its entire dashboard with next JS and server components. We're really excited about that, but it's a rewrite. It is taking longer than anticipated as expected. But coming back around to server components, it is built a server components. So kind of the big difference, which is actually not that much of a difference. Remember how in the old days we had container components and presentation components? Server components are like container components that are getting the data from somewhere, database or another server,. And passing that data into a client component that is interactive.