ReactjsReact is a JavaScript library for building user interfaces. It is used to create reusable UI components.1History2Introduction3Library vs framework4React vs angular vs vue5React features6Real dom and virtual dom7Reconciliation and diffing8Reactjs installation and setup9Introduction to nodejs, npm and npx10React fiber11Components12Jsx13Functioncomponents vs classcomponents14Class components15React component lifecycle