cliff-effects
cliff-effects copied to clipboard
Use string literals for string React props
As brought up here, do we want to use propName="propValue" for string React props, or continue using propName={ `propValue` }? Or something else entirely?