Skip to content

Instantly share code, notes, and snippets.

@DJanoskova
Created March 21, 2020 12:41
Show Gist options
  • Select an option

  • Save DJanoskova/0b63cc2cca9b27e97376236c2eb42cf9 to your computer and use it in GitHub Desktop.

Select an option

Save DJanoskova/0b63cc2cca9b27e97376236c2eb42cf9 to your computer and use it in GitHub Desktop.
const NestedComponent = () => {
// ...
if (isLoading) return <Spinner />
return (
<>
<h2>Some heading</h2>
<p>Some description</p>
</>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment