Creating Components
Creating Components
Definition of a Component
• Components are the fundamental building blocks of React.
• Virtually any visual item in a user interface can be a component.
• From a formal point of view, we would say that a React component is
a piece of JavaScript code defining a portion of a user interface.