compositionReactCompositionEasyWhat is the composition pattern in React?1Building UIs by combining smaller reusable components rather than inheritance2Extending components via class inheritance3Merging all components into one4Using global CSS for reuseBack to list