#client-side-rendering

[ follow ]
Web development
fromJayfreestone
1 week ago

Intentionally blocking rendering with JavaScript

Use blocking="render" on scripts to delay painting until required client-side rendering is ready, avoiding flashes of unstyled or incorrect UI.
fromInfoWorld
2 months ago

The right way to architect modern web applications

Modern web applications are no longer just "sites." They are long-lived, highly interactive systems that span multiple runtimes, global content delivery networks, edge caches, background workers, and increasingly complex data pipelines. They are expected to load instantly, remain responsive under poor network conditions, and degrade gracefully when something goes wrong.
Web frameworks
[ Load more ]