ReactJS is a component-based JavaScript library used to build dynamic and interactive user interfaces.
components are the building blocks of a React application
A component is essentially a reusable, self-contained piece of UI.
React allows you to break down a complex UI into smaller, manageable pieces
React offers two main types of components: functional components and class components.