https://news.ycombinator.com/item?id=16918654
function ThemedButton(props) { return ( <ThemeContext.Consumer> {theme => ( <button {...props} style=. {{backgroundColor: theme.background}} /> )} </ThemeContext.Consumer> ); }
https://news.ycombinator.com/item?id=16918654