Skip to content

Instantly share code, notes, and snippets.

@renatorib
Created September 30, 2017 03:54
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 renatorib/d5b4ae3023eec9d702cb72965a12aff9 to your computer and use it in GitHub Desktop.
Save renatorib/d5b4ae3023eec9d702cb72965a12aff9 to your computer and use it in GitHub Desktop.
Renderless
<WhatIsTheMeaningOfLife
context={someInput}
render={meaningOfLife => (
<MyBeautifulUI>
{meaningOfLife}
</MyBeautifulUI>
)}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment