|
|
|
|
|
by hnick
2225 days ago
|
|
A dark pattern is intentional, most of the stuff I'm talking about seems to be from ignorance or indifference. Asynchronous element loading saves time overall but it costs time when key UI elements rearrange. It's probably difficult to pull off but linear/blocked/sequential loading for the current viewport and offscreen asynchronous loading is probably what we need to avoid this (or ugly placeholders). |
|