DEV Community

Discussion on: Here's a React v16+ Cheatsheet (PDF/JPEG/Custom themes)

Collapse
 
guico33 profile image
guico33 • Edited
const App = () => <MyComponent /> // component

Technically MyComponent is a component whereas <MyComponent /> is a react element.

Collapse
 
djdrek profile image
Dr. Derek Austin [aka dj D-REK from Richmond, VA]

Great point!