> it's literally what we used to do with XMLHttpRequest in IE 5/6 20+ years ago.
We generated page partials (or used static ones) and pulled them in with "Ajax" (for the oldies out there) and then inserted them in the right place on the page using innerHTML.
That’s not what Astro is doing, or how it’ll mostly be used (though you could do that)