Various frameworks uses custom attributes. React could allow to extend default data- and aria- prefixes. Something like this: ``` javascript React.registerCustomAttributePrefix('e-'); React.registerCustomAttributePrefix('ng-'); ```