Is it possible to create the name of a prop dynamically? For example:
let dynamicPropName = \"someString\";
It's possible to do this with JSX syntax alone with spread attribute and computed property name: