I\'d like to be able to change the style and className of a component before it\'s rendered, outside of it\'s render function. I\'ve got more going on
style
className
you can try this game
componentDidMount() { document.querySelector('.yourClassName').style = 'your: style' }