AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Importance of Concurrency in UI Programming
If we rely on the browser Things get easier. There's even more things built in like cancellation Whatever loading UI and just in general like a more resilient user experience. If there's interactions in your app that can be represented as HTML documents with hyperlinks between them you can just take that part of your entire user flow interaction out of your own code And then let the browser do that for you. That's what's cool about tools like remix and then even more so like the server components. We're moving away from imperative controls like jQuery slide down to having UI as a function of state and react which is a declarative model.