|
|
|
|
|
by rkagerer
1865 days ago
|
|
One thing I hate about the modern web is pages that load with lots of missing content / empty components and then download and render that content afterward. Is this a React thing? Waiting for the extra request(s) adds lag time, makes back/forward navigation clunky, interrupts what I was doing if I already began interacting with the page (eg. infamous relayout / unwanted scroll) and sometimes breaks snapshotting tools like archive.is. I don't mind pages with javascripted controls, but their initial content should be included in the payload with the initial page load. Don't the frameworks have tools to help you do that? |
|