> request full HTML through AJAX and diff it into the current page
These first three points are actually starting to be "in" again. They're called HTML-over-the-wire[1, 2]. And I am currently looking into implementing them for my site (which uses ASP.NET Core Blazor), because I think this approach is awesome.
> Progressively enhanced
> request full HTML through AJAX and diff it into the current page
These first three points are actually starting to be "in" again. They're called HTML-over-the-wire[1, 2]. And I am currently looking into implementing them for my site (which uses ASP.NET Core Blazor), because I think this approach is awesome.
[1] https://hotwire.dev/
[2] https://alistapart.com/article/the-future-of-web-software-is...