I need to add a dynamic class to a list of regular classes, but have no idea how (I’m using babel), something like this:

<div className="wrapper searchDiv {this.state.something}">
...
</div>

Any ideas?

14 Answers
14

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *