react-basicsReactReact BasicsMediumWhich of the following is a core benefit of React's declarative model?1You describe the desired UI for a given state and React updates the DOM efficiently2You must manually attach and detach every DOM event listener3It forces two-way data binding across all components4It renders every component synchronously on the server onlyBack to list