Hopefully my question is clear, I'm mainly looking for a way to dynamically attach attributes to a JSX input.
<input type="text" {variableAttribute}={anotherVariable} />
Is something like this possible without overriding the way JSX compiles from JS to regular HTML?