Remix.run Logo
vova_hn2 2 days ago

I was almost sure that they do it client-side for a joke, but if you check the browser console, you can see that they actually make a request! You can even make the same request with curl and it works!

Although, making an HTTP request manually is quite inconvenient, so I'm waiting for Python SDK.