Construindo React classNames com CoffeeScript
Talvez você esteja cansado de construir classes CSS a partir de strings concatenadas [ 1 ]: render: function() { var classString = ‘message’; if (this.props.isImportant) { classString += ‘ message-important’; …
Continuar lendo