React is a javascript framework “A JavaScript library for building user interfaces”. The user interacts with the application by clicking, hovering, pressing a key or performing many other events on UI components. All UI components take birth in the browser and will ‘die’ at some point in time. Whats the purpose of react? What data…