Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRAFT New Pattern: Convert on Arrival #2

Open
sergeychernyshev opened this issue Dec 4, 2017 · 0 comments
Open

DRAFT New Pattern: Convert on Arrival #2

sergeychernyshev opened this issue Dec 4, 2017 · 0 comments

Comments

@sergeychernyshev
Copy link
Collaborator

When complicated user experience component has multiple controls and elements of data that take time to load, extract the basic element that can act as a placeholder until full component loads and convert it to full version once all code and data reach the browser.

Most common example is a carousel component that can be approximated by displaying just a first slide of the carousel until scrolling code and the rest of the slides are done downloading. Loading one slide is much faster and can be well optimized (in case of plain image carousel, just one image), while providing significant portion of end-user experience that progressively enhances once everything loads.

WebPageTest report for pages following and not following the pattern:

Existing blog posts, articles, videos

Links to successful implementations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant