Skip to content

Instantly share code, notes, and snippets.

@charisTheo
Created August 21, 2021 19:15
Show Gist options
  • Select an option

  • Save charisTheo/4afefc96ae1166df18cc2326bef141f5 to your computer and use it in GitHub Desktop.

Select an option

Save charisTheo/4afefc96ae1166df18cc2326bef141f5 to your computer and use it in GitHub Desktop.
{typeof window !== 'undefined' && (
<React.Suspense fallback={<Loading />}>
<LazyThing />
</React.Suspense>
)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment