A JavaScript Component-based UI library for building user interfaces. it fallows Declarative Approach. React uses a virtual representation of the DOM, which is more efficient than directly manipulating the actual DOM.
A tool that sets up everything automatically like Webpack, Babel, Development server, Production build.
npx create-react-app my-app
vite (Next Generation Frontend Tooling) for react
npm create vite@latest my-app