codeforboston / cliff-effects

Cliff effects guidance prototype (archived)

Home Page:https://codeforboston.github.io/cliff-effects/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use string literals for string React props

turnerhayes opened this issue · comments

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