1 # What is React? Starting from basic. React is a javascript library, not a framework. The purpose of the framework is different. Let’s just stick into React. React is served as a specific purpose 2 # What is DOM? DOM refers to Document Object Model. DOM is the manipulation of HTML document pages using JavaScipt. DOM provides manipulation of…