react-basicsReactReact BasicsHardWhy is React's component-based architecture considered a benefit?1It enables reusable, modular UI elements that manage their own state and logic2It removes the need to ever write JavaScript3It guarantees the smallest possible bundle size automatically4It prevents the use of a virtual DOMBack to list