Last active
March 7, 2019 13:28
-
-
Save BretCameron/cd5c8fd2f67f75e881b09e9f92a4abcc to your computer and use it in GitHub Desktop.
How to change a JSX className using state
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div className={this.state.skin}> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment