effectsReactEffectsEasyWhen does `useEffect` run relative to the browser paint?1Asynchronously after the browser has painted2Synchronously before any render3Only during server-side rendering4Before the component mountsBack to list