component creation

Hi Andy - the export statement plays an important role in signaling what part of your file other files can reference:

Queryselector is used to reference an element that exists in our HTML in JavaScript. This article goes into more detail on what role queryselector plays:

To answer your question about the code differences, they are both similar. React.Component and Component reference the same underlying Component implementation.

:slight_smile: