Skip to content

Instantly share code, notes, and snippets.

@qkreltms
Created April 18, 2021 08:29
Show Gist options
  • Save qkreltms/cfee37b2b48798cf73e3411a3f014942 to your computer and use it in GitHub Desktop.
Save qkreltms/cfee37b2b48798cf73e3411a3f014942 to your computer and use it in GitHub Desktop.
render() {
    //...
    return this.state.bootstrapped ? this.props.children : this.props.loading
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment