- Try to keep the state isolated from unwanted components. - Keep components pure (no state), Make them dumb components, and just return the JSX(if needed, pass props as data)