state-resetReactState ResetMediumFor a finer-grained reset without remounting, you can:1Call the useState setter with the initial value (or dispatch a RESET action)2Delete the component from the DOM manually3Change the component's file name4Wrap it in React.memoBack to list