DEV Community

[Comment from a deleted post]
Collapse
 
vonheikemen profile image
Heiker

Assigning React.createElement to a variable with a short name is also a valid approach:

const h = React.createElement;