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

Fix 1: Lazy load page sections #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

grgur
Copy link
Member

@grgur grgur commented Oct 11, 2019

Using Suspense and React.lazy(), we isolated entire sections of the page and lazy load them.

Note that Suspense is wrapped around each of the lazy components. That ensures separate async threads.

Suspense is not wrapping the entire app because that would cause Menu and Hero to wait for the other components to load before rendering.

Instead, we focus on rendering Hero and Menu first.

@grgur grgur closed this Oct 12, 2019
@grgur grgur force-pushed the fix/01-lazy-entire-sections branch from 3ef83ba to 7afca01 Compare October 12, 2019 12:38
@grgur grgur reopened this Oct 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant