AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to Ship HTML From a React Server Component
React lets you pre-render HTML from a server like rails or PHP does. You don't get to also ship the actual Amazon app, right? So that's one way to think about what like a strictly server side tool would be able to do is like you make the request It gets you it generates a thing and then you pre- render it and you get the HTML. Reactive doesn't mean paying pixels to the screen and Server doesn't mean the back of your kitchen.