codeforboston / cliff-effects

Cliff effects guidance prototype (archived)
https://codeforboston.github.io/cliff-effects/#/
MIT License
30 stars 64 forks source link

Use string literals for string React props #1022

Open turnerhayes opened 5 years ago

turnerhayes commented 5 years ago

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