AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Importance of Remix in the Front End Framework Space
Fetch request, response, web streams. These are the building blocks of the modern web because they are standard across like both frameworks like remix and deployment targets. You want to throw a thing on Dino, you want to throw it on CloudFlare workers, it just works. There's buffers because you got a buffer stuff over the network. There's crypto because you got to have secure stuff going over the wire. And there's web APIs for all these things are in your browser.You can build a full on HTTP server, not just client. Most of us have been building clients for a long time in the browser without realizing it but you can actually build servers with this stuff too.