Is there a way to create an HTML attribute without a value in reagent?
Attributes like disabled
with no value are called “Boolean attributes” in the HTML spec.
Attributes like disabled
with no value are called “Boolean attributes” in the HTML spec.