this post was submitted on 15 Oct 2023
1 points (100.0% liked)

Chronic Fatigue Syndrome / Myalgic Encephalomyelitis

176 readers
2 users here now

This is a new place for people coming from r/cfs.

For research, treatments, and personal stories regarding Chronic Fatigue Syndrome (CFS)/Myalgic Encephalomyelitis (ME). ME/CFS is a multi-systemic neurological disease, distinct from chronic fatigue as a symptom.

Icon based on the Lemmy logo by Andy Cuccaro licensed under the Creative Commons Attribution-Share Alike 4.0 International license. Eyes taken from the r/cfs logo.

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Swedneck@discuss.tchncs.de 0 points 11 months ago (1 children)

This is my number one issue with the modern web, things are completely unusable until 100% of the page has loaded in, and in the process of getting there shit moves around with every single element that's loaded..

can we go back to the days where the raw HTML loaded first and you could at least read text even if your connection cut out and the css and JS never loaded?

[โ€“] wdx@feddit.de 0 points 11 months ago

Sounds like "Progressive Enhancement"

You can find this in many server side rendering frameworks where the Server will load the page as HTML first and then replace the DOM with JS-bound Elements.

If you are interested in the Topic I can highly recommend taking a look at Remix.run .
It has progressive enhancement at the core of its design. For example it uses the Forms API to send data. This way you can interact with the website with and without JS