A Perfect Tutorial On Jest - Mock React Components
React App is composed of multiple components dependent on each other. For simple understanding, consider React Component as a class – having presentation and logic.
Like any complex system built using Object Oriented Programming is composed of multiple classes, similarly, React App is a collection of components.