Skip to content

Instantly share code, notes, and snippets.

@cellog
Created March 21, 2017 04:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cellog/8e4d10a28a00115f1b1965a54b7d159f to your computer and use it in GitHub Desktop.
Save cellog/8e4d10a28a00115f1b1965a54b7d159f to your computer and use it in GitHub Desktop.
import AboutToggleLoading from './AboutToggleLoading.jsx'
const About = () => <div>About things</div>
const Loading = () => <div>Loading things...</div>
export const () => (
<AboutToggleLoading component={About} loadingComponent={Loading} />
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment