state-resetReactState ResetEasyWhat is the most idiomatic way to fully reset a component's state?1Change its `key` prop so React remounts a fresh instance2Mutate its state object directly3Call forceUpdate4Reload the pageBack to list