Building a robust frontend using progressive enhancement
1–10 of 168 posts
Re: Building a robust frontend using progressive enhancement
#2Re: Building a robust frontend using progressive enhancement
#3Steady on, guys.
Re: Building a robust frontend using progressive enhancement
#4Re: Building a robust frontend using progressive enhancement
#5> - users of assistive technology would be unaware of changes in context, for example when moving to a new page
> - it would fail to handle focus when moving between pages
> - the user would be unable to navigate using the back or forward buttons in their browser
> - users would be unable to recover from an error, for example if there is an interruption to their network connection
These aren’t strictly true, are they? You can achieve these things in an SPA, even if many (most?) don’t bother
Re: Building a robust frontend using progressive enhancement
#6I despise React, ended up with Svelte+Typescript and now I realise that could do it all mostly with HTMX + templating with bit of alpine.js if at all.
Re: Building a robust frontend using progressive enhancement
#7Re: Building a robust frontend using progressive enhancement
#8Re: Building a robust frontend using progressive enhancement
#9Re: Building a robust frontend using progressive enhancement
#10When even governments knows the web better than the tech industry by and large itself. I despise React, ended up with Svelte+Typescript and now I realise that could do it all mostly with HTMX + templating with bit of alpine.js if at all.
Svelte(kit) is still the most W3C compliant of the major frameworks out there. Also, it's not even a runtime-framework but a compiler, meaning you're left with nothing but the necessary HTML, JS & CSS just relevant for your page.