For those who don't know JSX, here's what it looks like in JavaScript (which might be easier to understand): const el = React.createElement.bind(React); const DATA = { name: 'John Smith', imgURL:…
For those who don't know JSX, here's what it looks like in JavaScript (which might be easier to understand): const el = React.createElement.bind(React); const DATA = { name: 'John Smith', imgURL:…