Skip to content

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