The first thing to learn in react is components. What are they? Why are they used ? Components are building blocks to react applications. For example consider a home page which contain menu sidebar and footer and post section. Here each part of the page are separate components. Menu is separate component, sidebar is separate …