state-resetReactState ResetHardWhy does changing the key reset state?1React treats the differently-keyed element as a new instance and unmounts the old one2Keys clear the browser cache3Keys reset all sibling components too4Keys force a full page reloadBack to list